2 * Embedded Artists LPC3250 board
4 * Copyright 2012 Roland Stigge <stigge@antcom.de>
6 * The code contained herein is licensed under the GNU General Public
7 * License. You may obtain a copy of the GNU General Public License
8 * Version 2 or later at the following locations:
10 * http://www.opensource.org/licenses/gpl-license.html
11 * http://www.gnu.org/copyleft/gpl.html
15 #include "lpc32xx.dtsi"
18 model = "Embedded Artists LPC3250 board based on NXP LPC3250";
19 compatible = "ea,ea3250", "nxp,lpc3250";
22 device_type = "memory";
23 reg = <0x80000000 0x4000000>;
27 compatible = "gpio-keys";
31 label = "Interrupt Key";
33 gpios = <&gpio 4 1 0>; /* GPI_P3 1 */
39 gpios = <&pca9532 0 0>;
45 gpios = <&pca9532 1 0>;
51 gpios = <&pca9532 2 0>;
57 gpios = <&pca9532 3 0>;
61 label = "Joystick Key 0";
63 gpios = <&gpio 2 0 0>; /* P2.0 */
67 label = "Joystick Key 1";
69 gpios = <&gpio 2 1 0>; /* P2.1 */
73 label = "Joystick Key 2";
75 gpios = <&gpio 2 2 0>; /* P2.2 */
79 label = "Joystick Key 3";
81 gpios = <&gpio 2 3 0>; /* P2.3 */
85 label = "Joystick Key 4";
87 gpios = <&gpio 2 4 0>; /* P2.4 */
92 compatible = "gpio-leds";
94 /* LEDs on OEM Board */
97 gpios = <&gpio 5 14 1>; /* GPO_P3 14, GPIO 93, active low */
98 linux,default-trigger = "timer";
99 default-state = "off";
103 gpios = <&gpio 2 10 1>; /* P2.10, active low */
104 default-state = "off";
108 gpios = <&gpio 2 11 1>; /* P2.11, active low */
109 default-state = "off";
113 gpios = <&gpio 2 12 1>; /* P2.12, active low */
114 default-state = "off";
117 /* LEDs on Base Board */
120 gpios = <&pca9532 8 0>;
121 default-state = "off";
124 gpios = <&pca9532 9 0>;
125 default-state = "off";
128 gpios = <&pca9532 10 0>;
129 default-state = "off";
132 gpios = <&pca9532 11 0>;
133 default-state = "off";
136 gpios = <&pca9532 12 0>;
137 default-state = "off";
140 gpios = <&pca9532 13 0>;
141 default-state = "off";
144 gpios = <&pca9532 14 0>;
145 default-state = "off";
148 gpios = <&pca9532 15 0>;
149 default-state = "off";
154 /* 3-axis accelerometer X,Y,Z (or AD-IN instead of Z) */
160 clock-frequency = <100000>;
162 uda1380: uda1380@18 {
163 compatible = "nxp,uda1380";
165 power-gpio = <&gpio 3 10 0>;
166 reset-gpio = <&gpio 3 2 0>;
171 compatible = "atmel,24c256";
176 compatible = "atmel,24c64";
180 pca9532: pca9532@60 {
181 compatible = "nxp,pca9532";
189 clock-frequency = <100000>;
193 clock-frequency = <100000>;
195 isp1301: usb-transceiver@2d {
196 compatible = "nxp,isp1301";
206 /* Here, choose exactly one from: ohci, usbd */
208 transceiver = <&isp1301>;
213 wp-gpios = <&pca9532 5 0>;
214 cd-gpios = <&pca9532 4 0>;
220 /* 128MB Flash via SLC NAND controller */
225 nxp,wwidth = <260000000>;
226 nxp,whold = <104000000>;
227 nxp,wsetup = <200000000>;
229 nxp,rwidth = <34666666>;
230 nxp,rhold = <104000000>;
231 nxp,rsetup = <200000000>;
233 gpios = <&gpio 5 19 1>; /* GPO_P3 19, active low */
236 compatible = "fixed-partitions";
237 #address-cells = <1>;
241 label = "ea3250-boot";
242 reg = <0x00000000 0x00080000>;
247 label = "ea3250-uboot";
248 reg = <0x00080000 0x000c0000>;
253 label = "ea3250-kernel";
254 reg = <0x00140000 0x00400000>;
258 label = "ea3250-rootfs";
259 reg = <0x00540000 0x07ac0000>;