]> Pileus Git - ~andy/linux/commitdiff
ARM: LPC32xx: Update DTS file for EA3250 board
authorRoland Stigge <stigge@antcom.de>
Sun, 1 Jul 2012 19:04:17 +0000 (21:04 +0200)
committerRoland Stigge <stigge@antcom.de>
Sun, 1 Jul 2012 19:04:17 +0000 (21:04 +0200)
This DTS file update adds:
* 3-channel ADC (for AD-IN on AD2, or 3-axis-accelerometer)
* Interrupt key

Signed-off-by: Roland Stigge <stigge@antcom.de>
Acked-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
arch/arm/boot/dts/ea3250.dts

index c07ba8c2cc0d168929f4b8910a4699045c78b760..d79b28d9c963b0a5ae53d217c888258c897684a2 100644 (file)
                        uart1: serial@40014000 {
                                status = "okay";
                        };
+
+                       /* 3-axis accelerometer X,Y,Z (or AD-IN instead of Z) */
+                       adc@40048000 {
+                               status = "okay";
+                       };
+               };
+       };
+
+       gpio_keys {
+               compatible = "gpio-keys";
+               #address-cells = <1>;
+               #size-cells = <0>;
+               autorepeat;
+               button@21 {
+                       label = "GPIO Key UP";
+                       linux,code = <103>;
+                       gpios = <&gpio 4 1 0>; /* GPI_P3 1 */
                };
        };
 };