| .. | .. |
|---|
| 14 | 14 | * The decompressor and also some bootloaders rely on a |
|---|
| 15 | 15 | * pre-existing /chosen node to be available to insert the |
|---|
| 16 | 16 | * command line and merge other ATAGS info. |
|---|
| 17 | | - * Also for U-Boot there must be a pre-existing /memory node. |
|---|
| 18 | 17 | */ |
|---|
| 19 | 18 | chosen {}; |
|---|
| 20 | | - memory { device_type = "memory"; }; |
|---|
| 21 | 19 | |
|---|
| 22 | 20 | aliases { |
|---|
| 23 | 21 | ethernet0 = &mac0; |
|---|
| .. | .. |
|---|
| 80 | 78 | status = "disabled"; |
|---|
| 81 | 79 | }; |
|---|
| 82 | 80 | |
|---|
| 83 | | - dma_apbh: dma-apbh@80004000 { |
|---|
| 81 | + dma_apbh: dma-controller@80004000 { |
|---|
| 84 | 82 | compatible = "fsl,imx28-dma-apbh"; |
|---|
| 85 | 83 | reg = <0x80004000 0x2000>; |
|---|
| 86 | 84 | interrupts = <82 83 84 85 |
|---|
| .. | .. |
|---|
| 102 | 100 | status = "disabled"; |
|---|
| 103 | 101 | }; |
|---|
| 104 | 102 | |
|---|
| 105 | | - gpmi: gpmi-nand@8000c000 { |
|---|
| 103 | + gpmi: nand-controller@8000c000 { |
|---|
| 106 | 104 | compatible = "fsl,imx28-gpmi-nand"; |
|---|
| 107 | 105 | #address-cells = <1>; |
|---|
| 108 | 106 | #size-cells = <1>; |
|---|
| .. | .. |
|---|
| 117 | 115 | status = "disabled"; |
|---|
| 118 | 116 | }; |
|---|
| 119 | 117 | |
|---|
| 120 | | - ssp0: ssp@80010000 { |
|---|
| 118 | + ssp0: spi@80010000 { |
|---|
| 121 | 119 | #address-cells = <1>; |
|---|
| 122 | 120 | #size-cells = <0>; |
|---|
| 123 | 121 | reg = <0x80010000 0x2000>; |
|---|
| .. | .. |
|---|
| 128 | 126 | status = "disabled"; |
|---|
| 129 | 127 | }; |
|---|
| 130 | 128 | |
|---|
| 131 | | - ssp1: ssp@80012000 { |
|---|
| 129 | + ssp1: spi@80012000 { |
|---|
| 132 | 130 | #address-cells = <1>; |
|---|
| 133 | 131 | #size-cells = <0>; |
|---|
| 134 | 132 | reg = <0x80012000 0x2000>; |
|---|
| .. | .. |
|---|
| 139 | 137 | status = "disabled"; |
|---|
| 140 | 138 | }; |
|---|
| 141 | 139 | |
|---|
| 142 | | - ssp2: ssp@80014000 { |
|---|
| 140 | + ssp2: spi@80014000 { |
|---|
| 143 | 141 | #address-cells = <1>; |
|---|
| 144 | 142 | #size-cells = <0>; |
|---|
| 145 | 143 | reg = <0x80014000 0x2000>; |
|---|
| .. | .. |
|---|
| 150 | 148 | status = "disabled"; |
|---|
| 151 | 149 | }; |
|---|
| 152 | 150 | |
|---|
| 153 | | - ssp3: ssp@80016000 { |
|---|
| 151 | + ssp3: spi@80016000 { |
|---|
| 154 | 152 | #address-cells = <1>; |
|---|
| 155 | 153 | #size-cells = <0>; |
|---|
| 156 | 154 | reg = <0x80016000 0x2000>; |
|---|
| .. | .. |
|---|
| 1000 | 998 | clocks = <&clks 26>; |
|---|
| 1001 | 999 | }; |
|---|
| 1002 | 1000 | |
|---|
| 1003 | | - dcp: dcp@80028000 { |
|---|
| 1001 | + dcp: crypto@80028000 { |
|---|
| 1004 | 1002 | compatible = "fsl,imx28-dcp", "fsl,imx23-dcp"; |
|---|
| 1005 | 1003 | reg = <0x80028000 0x2000>; |
|---|
| 1006 | 1004 | interrupts = <52 53 54>; |
|---|
| .. | .. |
|---|
| 1013 | 1011 | status = "disabled"; |
|---|
| 1014 | 1012 | }; |
|---|
| 1015 | 1013 | |
|---|
| 1016 | | - ocotp: ocotp@8002c000 { |
|---|
| 1014 | + ocotp: efuse@8002c000 { |
|---|
| 1017 | 1015 | compatible = "fsl,imx28-ocotp", "fsl,ocotp"; |
|---|
| 1018 | 1016 | #address-cells = <1>; |
|---|
| 1019 | 1017 | #size-cells = <1>; |
|---|