Deleted Added
sdiff udiff text old ( 279385 ) new ( 295436 )
full compact
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
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
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";
146 pinctrl-0 = <&usb0_otg_apf28dev>;
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>;
159 phy-reset-gpios = <&gpio0 23 0>;
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 };
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";
203 gpios = <&gpio0 17 0>;
204 linux,code = <0x100>;
205 };
206 };
207};