We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6aef5 commit fa9fd14Copy full SHA for fa9fd14
arch/arm/dts/sc598-som-revD.dtsi
@@ -55,6 +55,38 @@
55
line-name = "spi2flash-cs";
56
bootph-pre-ram;
57
};
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
69
+ gpios = <6 GPIO_ACTIVE_LOW>;
70
+ output-low;
71
+ line-name = "uart0-flow-en";
72
73
74
75
+ som-emmc {
76
77
+ gpios = <8 GPIO_ACTIVE_LOW>;
78
79
+ line-name = "som-emmc-en";
80
81
82
83
+ crr-sdcard {
84
85
+ gpios = <9 GPIO_ACTIVE_LOW>;
86
87
+ line-name = "crr-sdcard-en";
88
89
90
91
92
0 commit comments