summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc5121.dtsi
diff options
context:
space:
mode:
authorAlexander Popov2015-10-11 23:08:02 +0200
committerAnatolij Gustschin2015-10-22 15:20:47 +0200
commitde03fe287bb62e7961ea51d8a1bbae3167852252 (patch)
tree81dc4041edd796fab618d387889562734d8c8924 /arch/powerpc/boot/dts/mpc5121.dtsi
parentpowerpc/512x: add LocalPlus Bus FIFO device driver (diff)
downloadkernel-qcow2-linux-de03fe287bb62e7961ea51d8a1bbae3167852252.tar.gz
kernel-qcow2-linux-de03fe287bb62e7961ea51d8a1bbae3167852252.tar.xz
kernel-qcow2-linux-de03fe287bb62e7961ea51d8a1bbae3167852252.zip
powerpc/512x: add a device tree binding for LocalPlus Bus FIFO
Add a device tree binding for Freescale MPC512x LocalPlus Bus FIFO and introduce the document describing that binding. Signed-off-by: Alexander Popov <alex.popov@linux.com> Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc5121.dtsi')
-rw-r--r--arch/powerpc/boot/dts/mpc5121.dtsi11
1 files changed, 9 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/mpc5121.dtsi b/arch/powerpc/boot/dts/mpc5121.dtsi
index 7f9d14f5c4da..a015e450437a 100644
--- a/arch/powerpc/boot/dts/mpc5121.dtsi
+++ b/arch/powerpc/boot/dts/mpc5121.dtsi
@@ -77,7 +77,6 @@
#address-cells = <2>;
#size-cells = <1>;
reg = <0x80000020 0x40>;
- interrupts = <7 0x8>;
ranges = <0x0 0x0 0xfc000000 0x04000000>;
};
@@ -329,7 +328,15 @@
/* LocalPlus controller */
lpc@10000 {
compatible = "fsl,mpc5121-lpc";
- reg = <0x10000 0x200>;
+ reg = <0x10000 0x100>;
+ };
+
+ sclpc@10100 {
+ compatible = "fsl,mpc512x-lpbfifo";
+ reg = <0x10100 0x50>;
+ interrupts = <7 0x8>;
+ dmas = <&dma0 26>;
+ dma-names = "rx-tx";
};
pata@10200 {