summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOzan Durgut <[email protected]>2026-01-26 17:15:02 +0100
committerTom Rini <[email protected]>2026-02-03 15:45:58 -0600
commitfb4a6389314333a302b85b245eb71feb0bcbb9af (patch)
tree57a3f8af921d1402afaea934bff3aa66b5572dd7
parentd9f1fcb304839a1e1c3cec91b9ec91d01e02c9c7 (diff)
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 <[email protected]> Reviewed-by: Greg Malysa <[email protected]>
-rw-r--r--arch/arm/dts/sc598-som-revD.dtsi32
1 files changed, 32 insertions, 0 deletions
diff --git a/arch/arm/dts/sc598-som-revD.dtsi b/arch/arm/dts/sc598-som-revD.dtsi
index bf1ef88cb58..26e272966ff 100644
--- a/arch/arm/dts/sc598-som-revD.dtsi
+++ b/arch/arm/dts/sc598-som-revD.dtsi
@@ -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;
+ };
};
};