High pin count AVR devices support the full Parallel Programming (PP) interface. This interface offer high speed programming, and also support programming all fuse and lock bits in the AVR Device.
Important!
Extreme care should be taken if using PP mode to program a AVR device on an external target. The PP lines do not have level converters, so it is important that the target board then is powered by the AVR Dragon VCC header, and not using its own power supply. In addition the AVR Dragon will apply 12V to the reset pin, so it is important that the target board is designed to handle 12V on this line.
Note that the target voltage, i.e. the 5V from the VCC header must be applied to either pin 2 on the ISP header or pin 4 on the JTAG header. This because the AVR Dragon must read the target voltage.
To avoid damaging the Target Board, the AVR Dragon or both, it is recommended to only use PP mode on devices placed in the 28/40 pin DIP socket on the AVR Prototyp area on the AVR Dragon.
Figure: Prototype Area

The HV_PROG header pinout is listed below. This is the standard pinout for about all AVR parts. However the pinout on the HV_PROG header are slightly different for some parts, these exceptions are listed further down in this page.
For ATtiny26/261/461/861 the HV_PROG header will have this pinout:
For ATtiny2313 the HV_PROG header will have this pinout:
Please see the "Device Connection Sheet" section for information on how to connect AVR Dragon for PP programming.
See the AVR Studio user guide for information about using the Programming Dialog to program the target device.