Skip to content

Commit 044e4ca

Browse files
committed
ARM: dts: at91: sama7g5ek: Align the impedance of the QSPI0's HSIO and PCB lines
The impedance of the QSPI PCB lines on the sama7g5ek is 50 Ohms. Align the output impedance of the QSPI0 HSIOs by setting a medium drive strength which corresponds to an impedance of 56 Ohms when VDD is in the 3.0V - 3.6V range. The high drive strength setting corresponds to an output impedance of 42 Ohms on the QSPI0 HSIOs. Suggested-by: Mihai Sain <mihai.sain@microchip.com> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
1 parent 23c783b commit 044e4ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/at91-sama7g5ek.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@
724724
<PIN_PB21__QSPI0_INT>;
725725
bias-disable;
726726
slew-rate = <0>;
727-
atmel,drive-strength = <ATMEL_PIO_DRVSTR_HI>;
727+
atmel,drive-strength = <ATMEL_PIO_DRVSTR_ME>;
728728
};
729729

730730
pinctrl_sdmmc0_default: sdmmc0_default {

0 commit comments

Comments
 (0)