mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
arm: dts: sc598: add missing GPIO hogs for Rev D
Add missing GPIO hogs for UART0 enable, UART0 flow control,
SD Card and eMMC control signals.
Fixes: c9e893d ("board: adi: Add support for SC598")
Signed-off-by: Ozan Durgut <ozan.durgut@analog.com>
Reviewed-by: Greg Malysa <malysagreg@gmail.com>
This commit is contained in:
parent
d9f1fcb304
commit
fb4a638931
@ -55,6 +55,38 @@
|
||||
line-name = "spi2flash-cs";
|
||||
bootph-pre-ram;
|
||||
};
|
||||
|
||||
uart0 {
|
||||
gpio-hog;
|
||||
gpios = <5 GPIO_ACTIVE_LOW>;
|
||||
output-high;
|
||||
line-name = "uart0-en";
|
||||
bootph-pre-ram;
|
||||
};
|
||||
|
||||
uart0-flow-en {
|
||||
gpio-hog;
|
||||
gpios = <6 GPIO_ACTIVE_LOW>;
|
||||
output-low;
|
||||
line-name = "uart0-flow-en";
|
||||
bootph-pre-ram;
|
||||
};
|
||||
|
||||
som-emmc {
|
||||
gpio-hog;
|
||||
gpios = <8 GPIO_ACTIVE_LOW>;
|
||||
output-high;
|
||||
line-name = "som-emmc-en";
|
||||
bootph-pre-ram;
|
||||
};
|
||||
|
||||
crr-sdcard {
|
||||
gpio-hog;
|
||||
gpios = <9 GPIO_ACTIVE_LOW>;
|
||||
output-low;
|
||||
line-name = "crr-sdcard-en";
|
||||
bootph-pre-ram;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user