These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / powerpc / boot / dts / mpc5125twr.dts
index e4f2974..898eb58 100644 (file)
                        status = "disabled";
                };
 
+               sclpc@10100 {
+                       compatible = "fsl,mpc512x-lpbfifo";
+                       reg = <0x10100 0x50>;
+                       interrupts = <7 0x8>;
+                       dmas = <&dma0 26>;
+                       dma-names = "rx-tx";
+               };
+
                // 5125 PSCs are not 52xx or 5121 PSC compatible
                // PSC1 uart0 aka ttyPSC0
                serial@11100 {
                        clock-names = "ipg";
                };
 
-               dma@14000 {
+               dma0: dma@14000 {
                        compatible = "fsl,mpc5121-dma"; // BSP name: "mpc512x-dma2"
                        reg = <0x14000 0x1800>;
                        interrupts = <65 0x8>;
+                       #dma-cells = <1>;
                };
        };
 };