diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8536ds.dts')
| -rw-r--r-- | arch/powerpc/boot/dts/mpc8536ds.dts | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8536ds.dts b/arch/powerpc/boot/dts/mpc8536ds.dts index 815cebb2e3e5..a75c10eed269 100644 --- a/arch/powerpc/boot/dts/mpc8536ds.dts +++ b/arch/powerpc/boot/dts/mpc8536ds.dts | |||
| @@ -108,6 +108,58 @@ | |||
| 108 | }; | 108 | }; |
| 109 | }; | 109 | }; |
| 110 | 110 | ||
| 111 | spi@7000 { | ||
| 112 | #address-cells = <1>; | ||
| 113 | #size-cells = <0>; | ||
| 114 | compatible = "fsl,mpc8536-espi"; | ||
| 115 | reg = <0x7000 0x1000>; | ||
| 116 | interrupts = <59 0x2>; | ||
| 117 | interrupt-parent = <&mpic>; | ||
| 118 | fsl,espi-num-chipselects = <4>; | ||
| 119 | |||
| 120 | flash@0 { | ||
| 121 | #address-cells = <1>; | ||
| 122 | #size-cells = <1>; | ||
| 123 | compatible = "spansion,s25sl12801"; | ||
| 124 | reg = <0>; | ||
| 125 | spi-max-frequency = <40000000>; | ||
| 126 | partition@u-boot { | ||
| 127 | label = "u-boot"; | ||
| 128 | reg = <0x00000000 0x00100000>; | ||
| 129 | read-only; | ||
| 130 | }; | ||
| 131 | partition@kernel { | ||
| 132 | label = "kernel"; | ||
| 133 | reg = <0x00100000 0x00500000>; | ||
| 134 | read-only; | ||
| 135 | }; | ||
| 136 | partition@dtb { | ||
| 137 | label = "dtb"; | ||
| 138 | reg = <0x00600000 0x00100000>; | ||
| 139 | read-only; | ||
| 140 | }; | ||
| 141 | partition@fs { | ||
| 142 | label = "file system"; | ||
| 143 | reg = <0x00700000 0x00900000>; | ||
| 144 | }; | ||
| 145 | }; | ||
| 146 | flash@1 { | ||
| 147 | compatible = "spansion,s25sl12801"; | ||
| 148 | reg = <1>; | ||
| 149 | spi-max-frequency = <40000000>; | ||
| 150 | }; | ||
| 151 | flash@2 { | ||
| 152 | compatible = "spansion,s25sl12801"; | ||
| 153 | reg = <2>; | ||
| 154 | spi-max-frequency = <40000000>; | ||
| 155 | }; | ||
| 156 | flash@3 { | ||
| 157 | compatible = "spansion,s25sl12801"; | ||
| 158 | reg = <3>; | ||
| 159 | spi-max-frequency = <40000000>; | ||
| 160 | }; | ||
| 161 | }; | ||
| 162 | |||
| 111 | dma@21300 { | 163 | dma@21300 { |
| 112 | #address-cells = <1>; | 164 | #address-cells = <1>; |
| 113 | #size-cells = <1>; | 165 | #size-cells = <1>; |
