File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 74
74
usr-id = <0>;
75
75
#mbox-cells = <1>;
76
76
};
77
-
78
- main_gpio0: gpio@600000 {
79
- compatible = "ti,davinci-gpio";
80
- reg = <0x00600000 0x100>;
81
- gpio-controller;
82
- #gpio-cells = <2>;
83
- /* FIXME: Enable all 92 GPIOs */
84
- ngpios = <32>;
85
- status = "disabled";
86
- };
87
-
88
- main_gpio1: gpio@601000 {
89
- compatible = "ti,davinci-gpio";
90
- reg = <0x00601000 0x100>;
91
- gpio-controller;
92
- #gpio-cells = <2>;
93
- /* FIXME: Enable all 52 GPIOs */
94
- ngpios = <32>;
95
- status = "disabled";
96
- };
97
77
};
98
78
99
79
&main_uart0 {
Original file line number Diff line number Diff line change 105
105
#size-cells = <0>;
106
106
status = "disabled";
107
107
};
108
+
109
+ main_gpio0: gpio@600000 {
110
+ compatible = "ti,davinci-gpio";
111
+ reg = <0x00600000 0x100>;
112
+ gpio-controller;
113
+ #gpio-cells = <2>;
114
+ /* FIXME: Enable all 92 GPIOs */
115
+ ngpios = <32>;
116
+ status = "disabled";
117
+ };
118
+
119
+ main_gpio1: gpio@601000 {
120
+ compatible = "ti,davinci-gpio";
121
+ reg = <0x00601000 0x100>;
122
+ gpio-controller;
123
+ #gpio-cells = <2>;
124
+ /* FIXME: Enable all 52 GPIOs */
125
+ ngpios = <32>;
126
+ status = "disabled";
127
+ };
108
128
};
You can’t perform that action at this time.
0 commit comments