Back to home page

OSCL-LXR

 
 

    


0001 Freescale MPC512x LocalPlus Bus FIFO (called SCLPC in the Reference Manual)
0002 
0003 Required properties:
0004 - compatible: should be "fsl,mpc512x-lpbfifo";
0005 - reg: should contain the offset and length of SCLPC register set;
0006 - interrupts: should contain the interrupt specifier for SCLPC; syntax of an
0007     interrupt client node is described in interrupt-controller/interrupts.txt;
0008 - dmas: should contain the DMA specifier for SCLPC as described at
0009     dma/dma.txt and dma/mpc512x-dma.txt;
0010 - dma-names: should be "rx-tx";
0011 
0012 Example:
0013 
0014         sclpc@10100 {
0015                 compatible = "fsl,mpc512x-lpbfifo";
0016                 reg = <0x10100 0x50>;
0017                 interrupts = <7 0x8>;
0018                 dmas = <&dma0 26>;
0019                 dma-names = "rx-tx";
0020         };
0021