[POWERPC] cpm: Describe multi-user ram in its own device node.
[deliverable/linux.git] / arch / powerpc / boot / dts / ep88xc.dts
index 0406fc50b2afa25b69c1c95a17867db8bed4032a..02705f299790d467ff07343bd1733134f5c573bd 100644 (file)
                        command-proc = <9c0>;
                        interrupts = <0>;       // cpm error interrupt
                        interrupt-parent = <&CPM_PIC>;
-                       reg = <9c0 40 2000 1c00>;
+                       reg = <9c0 40>;
                        ranges;
 
+                       muram@2000 {
+                               #address-cells = <1>;
+                               #size-cells = <1>;
+                               ranges = <0 2000 2000>;
+
+                               data@0 {
+                                       compatible = "fsl,cpm-muram-data";
+                                       reg = <0 1c00>;
+                               };
+                       };
+
                        brg@9f0 {
                                compatible = "fsl,mpc885-brg",
                                             "fsl,cpm1-brg",
This page took 0.057786 seconds and 5 git commands to generate.