162306a36Sopenharmony_ciFreescale MPC512x LocalPlus Bus FIFO (called SCLPC in the Reference Manual)
262306a36Sopenharmony_ci
362306a36Sopenharmony_ciRequired properties:
462306a36Sopenharmony_ci- compatible: should be "fsl,mpc512x-lpbfifo";
562306a36Sopenharmony_ci- reg: should contain the offset and length of SCLPC register set;
662306a36Sopenharmony_ci- interrupts: should contain the interrupt specifier for SCLPC; syntax of an
762306a36Sopenharmony_ci    interrupt client node is described in interrupt-controller/interrupts.txt;
862306a36Sopenharmony_ci- dmas: should contain the DMA specifier for SCLPC as described at
962306a36Sopenharmony_ci    dma/dma.txt and dma/mpc512x-dma.txt;
1062306a36Sopenharmony_ci- dma-names: should be "rx-tx";
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ciExample:
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ci	sclpc@10100 {
1562306a36Sopenharmony_ci		compatible = "fsl,mpc512x-lpbfifo";
1662306a36Sopenharmony_ci		reg = <0x10100 0x50>;
1762306a36Sopenharmony_ci		interrupts = <7 0x8>;
1862306a36Sopenharmony_ci		dmas = <&dma0 26>;
1962306a36Sopenharmony_ci		dma-names = "rx-tx";
2062306a36Sopenharmony_ci	};
2162306a36Sopenharmony_ci
22