Skip to content

Commit fa9fd14

Browse files
ozan956pamolloy
authored andcommitted
arm: dts: sc598: add missing GPIO hogs for Rev D
Add missing GPIO hogs for UART0 enable, UART0 flow control, and eMMC control signals. Fixes: 7210fc6 ("board: adi: Add support for SC598") Signed-off-by: Ozan Durgut <ozan.durgut@analog.com>
1 parent bc6aef5 commit fa9fd14

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

arch/arm/dts/sc598-som-revD.dtsi

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,38 @@
5555
line-name = "spi2flash-cs";
5656
bootph-pre-ram;
5757
};
58+
59+
uart0 {
60+
gpio-hog;
61+
gpios = <5 GPIO_ACTIVE_LOW>;
62+
output-high;
63+
line-name = "uart0-en";
64+
bootph-pre-ram;
65+
};
66+
67+
uart0-flow-en {
68+
gpio-hog;
69+
gpios = <6 GPIO_ACTIVE_LOW>;
70+
output-low;
71+
line-name = "uart0-flow-en";
72+
bootph-pre-ram;
73+
};
74+
75+
som-emmc {
76+
gpio-hog;
77+
gpios = <8 GPIO_ACTIVE_LOW>;
78+
output-high;
79+
line-name = "som-emmc-en";
80+
bootph-pre-ram;
81+
};
82+
83+
crr-sdcard {
84+
gpio-hog;
85+
gpios = <9 GPIO_ACTIVE_LOW>;
86+
output-low;
87+
line-name = "crr-sdcard-en";
88+
bootph-pre-ram;
89+
};
5890
};
5991
};
6092

0 commit comments

Comments
 (0)