summaryrefslogtreecommitdiff
path: root/recipes/linux/linux-2.6.31/boc01/boc01.dts.v1
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/linux-2.6.31/boc01/boc01.dts.v1')
-rw-r--r--recipes/linux/linux-2.6.31/boc01/boc01.dts.v118
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/linux/linux-2.6.31/boc01/boc01.dts.v1 b/recipes/linux/linux-2.6.31/boc01/boc01.dts.v1
index b2e2456438..bf499b1287 100644
--- a/recipes/linux/linux-2.6.31/boc01/boc01.dts.v1
+++ b/recipes/linux/linux-2.6.31/boc01/boc01.dts.v1
@@ -108,6 +108,15 @@
reg = <0x200 0x100>;
};
+ gpio0: gpio-controller@c00 {
+ #gpio-cells = <2>;
+ compatible = "fsl,mpc8313-gpio", "fsl,mpc8349-gpio";
+ reg = <0xc00 0x100>;
+ interrupts = <74 0x8>;
+ interrupt-parent = <&ipic>;
+ gpio-controller;
+ };
+
sleep-nexus {
#address-cells = <1>;
#size-cells = <1>;
@@ -177,6 +186,15 @@
interrupts = <16 0x8>;
interrupt-parent = <&ipic>;
mode = "cpu";
+
+ /* gpio representing chip select */
+ gpios = <&gpio0 14 0>;
+
+ rfid@0 {
+ compatible = "nxp,spidev";
+ spi-max-frequency = <50000000>;
+ reg = <0>;
+ };
};
/* phy type (ULPI, UTMI, UTMI_WIDE, SERIAL) */