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>
此提交包含在:
Alexander Popov
2015-10-12 00:08:02 +03:00
提交者 Anatolij Gustschin
父節點 1a4bb93f79
當前提交 de03fe287b
共有 3 個檔案被更改,包括 40 行新增3 行删除

查看文件

@@ -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 {