summaryrefslogtreecommitdiff
path: root/recipes/linux/linux-2.6.31/boc01/boc01.dts
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2009-10-28 16:20:11 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2009-10-28 16:20:11 +0100
commitb3a385a228a5a88ad1a0ba8504e09d4e20eed41d (patch)
treebb0b98185dd20a69128a171bec05a075e10422c9 /recipes/linux/linux-2.6.31/boc01/boc01.dts
parent35e29f89240d5fc55967e2014a0fcef1595d5f61 (diff)
linux-2.6.31: use standard GPIO drivers for boc01
Diffstat (limited to 'recipes/linux/linux-2.6.31/boc01/boc01.dts')
-rw-r--r--recipes/linux/linux-2.6.31/boc01/boc01.dts24
1 files changed, 10 insertions, 14 deletions
diff --git a/recipes/linux/linux-2.6.31/boc01/boc01.dts b/recipes/linux/linux-2.6.31/boc01/boc01.dts
index 73b6044a07..95b5b8e97e 100644
--- a/recipes/linux/linux-2.6.31/boc01/boc01.dts
+++ b/recipes/linux/linux-2.6.31/boc01/boc01.dts
@@ -77,19 +77,15 @@
compatible = "fsl,mpc8313-fcm-nand",
"fsl,elbc-fcm-nand";
reg = <0x1 0x0 0x2000>;
+ };
- kernel@0 {
- reg = <0x0 0x400000>;
- read-only;
- };
-
- fs@400000 {
- reg = <0x400000 0x4000000>;
- };
-
- appli@4400000 {
- reg = <0x4400000 0x3c00000>;
- };
+ exio: gpio-controller@3,0 {
+ #gpio-cells = <2>;
+ compatible = "fsl,mpc8313-exio";
+ reg = <0x3 0x0 0x1>;
+ interrupts = <75 0x8>;
+ interrupt-parent = <&ipic>;
+ gpio-controller;
};
};
@@ -108,7 +104,7 @@
reg = <0x200 0x100>;
};
- gpio0: gpio-controller@c00 {
+ gpio: gpio-controller@c00 {
#gpio-cells = <2>;
compatible = "fsl,mpc8313-gpio", "fsl,mpc8349-gpio";
reg = <0xc00 0x100>;
@@ -188,7 +184,7 @@
mode = "cpu";
/* gpio representing chip select */
- gpios = <&gpio0 14 0>;
+ gpios = <&gpio 14 0>;
rfid@0 {
compatible = "nxp,spidev";