18c2ecf20Sopenharmony_ciFreescale MPC512x LocalPlus Bus FIFO (called SCLPC in the Reference Manual)
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible: should be "fsl,mpc512x-lpbfifo";
58c2ecf20Sopenharmony_ci- reg: should contain the offset and length of SCLPC register set;
68c2ecf20Sopenharmony_ci- interrupts: should contain the interrupt specifier for SCLPC; syntax of an
78c2ecf20Sopenharmony_ci    interrupt client node is described in interrupt-controller/interrupts.txt;
88c2ecf20Sopenharmony_ci- dmas: should contain the DMA specifier for SCLPC as described at
98c2ecf20Sopenharmony_ci    dma/dma.txt and dma/mpc512x-dma.txt;
108c2ecf20Sopenharmony_ci- dma-names: should be "rx-tx";
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ciExample:
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci	sclpc@10100 {
158c2ecf20Sopenharmony_ci		compatible = "fsl,mpc512x-lpbfifo";
168c2ecf20Sopenharmony_ci		reg = <0x10100 0x50>;
178c2ecf20Sopenharmony_ci		interrupts = <7 0x8>;
188c2ecf20Sopenharmony_ci		dmas = <&dma0 26>;
198c2ecf20Sopenharmony_ci		dma-names = "rx-tx";
208c2ecf20Sopenharmony_ci	};
218c2ecf20Sopenharmony_ci
22