.. | .. |
---|
9 | 9 | ocram2: sram@940000 { |
---|
10 | 10 | compatible = "mmio-sram"; |
---|
11 | 11 | reg = <0x00940000 0x20000>; |
---|
| 12 | + ranges = <0 0x00940000 0x20000>; |
---|
| 13 | + #address-cells = <1>; |
---|
| 14 | + #size-cells = <1>; |
---|
12 | 15 | clocks = <&clks IMX6QDL_CLK_OCRAM>; |
---|
13 | 16 | }; |
---|
14 | 17 | |
---|
15 | 18 | ocram3: sram@960000 { |
---|
16 | 19 | compatible = "mmio-sram"; |
---|
17 | 20 | reg = <0x00960000 0x20000>; |
---|
| 21 | + ranges = <0 0x00960000 0x20000>; |
---|
| 22 | + #address-cells = <1>; |
---|
| 23 | + #size-cells = <1>; |
---|
18 | 24 | clocks = <&clks IMX6QDL_CLK_OCRAM>; |
---|
19 | 25 | }; |
---|
20 | 26 | |
---|
21 | | - aips-bus@2100000 { |
---|
| 27 | + bus@2100000 { |
---|
22 | 28 | pre1: pre@21c8000 { |
---|
23 | 29 | compatible = "fsl,imx6qp-pre"; |
---|
24 | 30 | reg = <0x021c8000 0x1000>; |
---|