Deleted Added
full compact
imx28-apf28dev.dts (279385) imx28-apf28dev.dts (295436)
1/*
2 * Copyright 2012 Armadeus Systems - <support@armadeus.com>
3 *
4 * The code contained herein is licensed under the GNU General Public
5 * License. You may obtain a copy of the GNU General Public License
6 * Version 2 or later at the following locations:
7 *
8 * http://www.opensource.org/licenses/gpl-license.html

--- 96 unchanged lines hidden (view full) ---

105 hsync-active = <1>;
106 vsync-active = <1>;
107 de-active = <1>;
108 pixelclk-active = <0>;
109 };
110 };
111 };
112 };
1/*
2 * Copyright 2012 Armadeus Systems - <support@armadeus.com>
3 *
4 * The code contained herein is licensed under the GNU General Public
5 * License. You may obtain a copy of the GNU General Public License
6 * Version 2 or later at the following locations:
7 *
8 * http://www.opensource.org/licenses/gpl-license.html

--- 96 unchanged lines hidden (view full) ---

105 hsync-active = <1>;
106 vsync-active = <1>;
107 de-active = <1>;
108 pixelclk-active = <0>;
109 };
110 };
111 };
112 };
113
114 can0: can@80032000 {
115 pinctrl-names = "default";
116 pinctrl-0 = <&can0_pins_a>;
117 xceiver-supply = <&reg_can0_vcc>;
118 status = "okay";
119 };
113 };
114
115 apbx@80040000 {
116 lradc@80050000 {
117 fsl,lradc-touchscreen-wires = <4>;
118 status = "okay";
119 };
120

--- 4 unchanged lines hidden (view full) ---

125 };
126
127 pwm: pwm@80064000 {
128 pinctrl-names = "default";
129 pinctrl-0 = <&pwm3_pins_a &pwm4_pins_a>;
130 status = "okay";
131 };
132
120 };
121
122 apbx@80040000 {
123 lradc@80050000 {
124 fsl,lradc-touchscreen-wires = <4>;
125 status = "okay";
126 };
127

--- 4 unchanged lines hidden (view full) ---

132 };
133
134 pwm: pwm@80064000 {
135 pinctrl-names = "default";
136 pinctrl-0 = <&pwm3_pins_a &pwm4_pins_a>;
137 status = "okay";
138 };
139
140 auart0: serial@8006a000 {
141 pinctrl-names = "default";
142 pinctrl-0 = <&auart0_pins_a>;
143 fsl,uart-has-rtscts;
144 status = "okay";
145 };
146
133 usbphy0: usbphy@8007c000 {
134 status = "okay";
135 };
136
137 usbphy1: usbphy@8007e000 {
138 status = "okay";
139 };
140 };
141 };
142
143 ahb@80080000 {
144 usb0: usb@80080000 {
145 pinctrl-names = "default";
147 usbphy0: usbphy@8007c000 {
148 status = "okay";
149 };
150
151 usbphy1: usbphy@8007e000 {
152 status = "okay";
153 };
154 };
155 };
156
157 ahb@80080000 {
158 usb0: usb@80080000 {
159 pinctrl-names = "default";
146 pinctrl-0 = <&usb0_otg_apf28dev>;
160 pinctrl-0 = <&usb0_otg_apf28dev
161 &usb0_id_pins_b>;
147 vbus-supply = <&reg_usb0_vbus>;
148 status = "okay";
149 };
150
151 usb1: usb@80090000 {
152 status = "okay";
153 };
154
155 mac1: ethernet@800f4000 {
156 phy-mode = "rmii";
157 pinctrl-names = "default";
158 pinctrl-0 = <&mac1_pins_a>;
162 vbus-supply = <&reg_usb0_vbus>;
163 status = "okay";
164 };
165
166 usb1: usb@80090000 {
167 status = "okay";
168 };
169
170 mac1: ethernet@800f4000 {
171 phy-mode = "rmii";
172 pinctrl-names = "default";
173 pinctrl-0 = <&mac1_pins_a>;
159 phy-reset-gpios = <&gpio0 23 0>;
174 phy-reset-gpios = <&gpio1 29 GPIO_ACTIVE_LOW>;
160 status = "okay";
161 };
162 };
163
164 regulators {
165 compatible = "simple-bus";
166 #address-cells = <1>;
167 #size-cells = <0>;
168
169 reg_usb0_vbus: regulator@0 {
170 compatible = "regulator-fixed";
171 reg = <0>;
172 regulator-name = "usb0_vbus";
173 regulator-min-microvolt = <5000000>;
174 regulator-max-microvolt = <5000000>;
175 gpio = <&gpio1 23 1>;
176 enable-active-high;
177 };
175 status = "okay";
176 };
177 };
178
179 regulators {
180 compatible = "simple-bus";
181 #address-cells = <1>;
182 #size-cells = <0>;
183
184 reg_usb0_vbus: regulator@0 {
185 compatible = "regulator-fixed";
186 reg = <0>;
187 regulator-name = "usb0_vbus";
188 regulator-min-microvolt = <5000000>;
189 regulator-max-microvolt = <5000000>;
190 gpio = <&gpio1 23 1>;
191 enable-active-high;
192 };
193
194 reg_can0_vcc: regulator@1 {
195 compatible = "regulator-fixed";
196 reg = <1>;
197 regulator-name = "can0_vcc";
198 regulator-min-microvolt = <5000000>;
199 regulator-max-microvolt = <5000000>;
200 };
178 };
179
180 leds {
181 compatible = "gpio-leds";
182
183 user {
184 label = "Heartbeat";
185 gpios = <&gpio0 21 0>;

--- 9 unchanged lines hidden (view full) ---

195 default-brightness-level = <6>;
196 };
197
198 gpio-keys {
199 compatible = "gpio-keys";
200
201 user-button {
202 label = "User button";
201 };
202
203 leds {
204 compatible = "gpio-leds";
205
206 user {
207 label = "Heartbeat";
208 gpios = <&gpio0 21 0>;

--- 9 unchanged lines hidden (view full) ---

218 default-brightness-level = <6>;
219 };
220
221 gpio-keys {
222 compatible = "gpio-keys";
223
224 user-button {
225 label = "User button";
203 gpios = <&gpio0 17 0>;
226 gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
204 linux,code = <0x100>;
227 linux,code = <0x100>;
228 gpio-key,wakeup;
205 };
206 };
207};
229 };
230 };
231};