diff options
| -rw-r--r-- | arch/arm/boot/dts/hisi-x5hd2-dkb.dts | 33 | ||||
| -rw-r--r-- | arch/arm/boot/dts/hisi-x5hd2.dtsi | 301 |
2 files changed, 0 insertions, 334 deletions
diff --git a/arch/arm/boot/dts/hisi-x5hd2-dkb.dts b/arch/arm/boot/dts/hisi-x5hd2-dkb.dts index 375a10c6e88b..05b44c272c9a 100644 --- a/arch/arm/boot/dts/hisi-x5hd2-dkb.dts +++ b/arch/arm/boot/dts/hisi-x5hd2-dkb.dts | |||
| @@ -51,36 +51,3 @@ | |||
| 51 | &uart0 { | 51 | &uart0 { |
| 52 | status = "okay"; | 52 | status = "okay"; |
| 53 | }; | 53 | }; |
| 54 | |||
| 55 | &gmac0 { | ||
| 56 | #address-cells = <1>; | ||
| 57 | #size-cells = <0>; | ||
| 58 | phy-handle = <&phy2>; | ||
| 59 | phy-mode = "mii"; | ||
| 60 | /* Placeholder, overwritten by bootloader */ | ||
| 61 | mac-address = [00 00 00 00 00 00]; | ||
| 62 | status = "okay"; | ||
| 63 | |||
| 64 | phy2: ethernet-phy@2 { | ||
| 65 | reg = <2>; | ||
| 66 | }; | ||
| 67 | }; | ||
| 68 | |||
| 69 | &gmac1 { | ||
| 70 | #address-cells = <1>; | ||
| 71 | #size-cells = <0>; | ||
| 72 | phy-handle = <&phy1>; | ||
| 73 | phy-mode = "rgmii"; | ||
| 74 | /* Placeholder, overwritten by bootloader */ | ||
| 75 | mac-address = [00 00 00 00 00 00]; | ||
| 76 | status = "okay"; | ||
| 77 | |||
| 78 | phy1: ethernet-phy@1 { | ||
| 79 | reg = <1>; | ||
| 80 | }; | ||
| 81 | }; | ||
| 82 | |||
| 83 | &ahci { | ||
| 84 | phys = <&sata_phy>; | ||
| 85 | phy-names = "sata-phy"; | ||
| 86 | }; | ||
diff --git a/arch/arm/boot/dts/hisi-x5hd2.dtsi b/arch/arm/boot/dts/hisi-x5hd2.dtsi index 152f3ad1af6b..f85ba2924ff7 100644 --- a/arch/arm/boot/dts/hisi-x5hd2.dtsi +++ b/arch/arm/boot/dts/hisi-x5hd2.dtsi | |||
| @@ -131,240 +131,6 @@ | |||
| 131 | clock-names = "apb_pclk"; | 131 | clock-names = "apb_pclk"; |
| 132 | status = "disabled"; | 132 | status = "disabled"; |
| 133 | }; | 133 | }; |
| 134 | |||
| 135 | gpio0: gpio@b20000 { | ||
| 136 | compatible = "arm,pl061", "arm,primecell"; | ||
| 137 | reg = <0xb20000 0x1000>; | ||
| 138 | interrupts = <0 108 0x4>; | ||
| 139 | gpio-controller; | ||
| 140 | #gpio-cells = <2>; | ||
| 141 | clocks = <&clock HIX5HD2_FIXED_100M>; | ||
| 142 | clock-names = "apb_pclk"; | ||
| 143 | interrupt-controller; | ||
| 144 | #interrupt-cells = <2>; | ||
| 145 | status = "disabled"; | ||
| 146 | }; | ||
| 147 | |||
| 148 | gpio1: gpio@b21000 { | ||
| 149 | compatible = "arm,pl061", "arm,primecell"; | ||
| 150 | reg = <0xb21000 0x1000>; | ||
| 151 | interrupts = <0 109 0x4>; | ||
| 152 | gpio-controller; | ||
| 153 | #gpio-cells = <2>; | ||
| 154 | clocks = <&clock HIX5HD2_FIXED_100M>; | ||
| 155 | clock-names = "apb_pclk"; | ||
| 156 | interrupt-controller; | ||
| 157 | #interrupt-cells = <2>; | ||
| 158 | status = "disabled"; | ||
| 159 | }; | ||
| 160 | |||
| 161 | gpio2: gpio@b22000 { | ||
| 162 | compatible = "arm,pl061", "arm,primecell"; | ||
| 163 | reg = <0xb22000 0x1000>; | ||
| 164 | interrupts = <0 110 0x4>; | ||
| 165 | gpio-controller; | ||
| 166 | #gpio-cells = <2>; | ||
| 167 | clocks = <&clock HIX5HD2_FIXED_100M>; | ||
| 168 | clock-names = "apb_pclk"; | ||
| 169 | interrupt-controller; | ||
| 170 | #interrupt-cells = <2>; | ||
| 171 | status = "disabled"; | ||
| 172 | }; | ||
| 173 | |||
| 174 | gpio3: gpio@b23000 { | ||
| 175 | compatible = "arm,pl061", "arm,primecell"; | ||
| 176 | reg = <0xb23000 0x1000>; | ||
| 177 | interrupts = <0 111 0x4>; | ||
| 178 | gpio-controller; | ||
| 179 | #gpio-cells = <2>; | ||
| 180 | clocks = <&clock HIX5HD2_FIXED_100M>; | ||
| 181 | clock-names = "apb_pclk"; | ||
| 182 | interrupt-controller; | ||
| 183 | #interrupt-cells = <2>; | ||
| 184 | status = "disabled"; | ||
| 185 | }; | ||
| 186 | |||
| 187 | gpio4: gpio@b24000 { | ||
| 188 | compatible = "arm,pl061", "arm,primecell"; | ||
| 189 | reg = <0xb24000 0x1000>; | ||
| 190 | interrupts = <0 112 0x4>; | ||
| 191 | gpio-controller; | ||
| 192 | #gpio-cells = <2>; | ||
| 193 | clocks = <&clock HIX5HD2_FIXED_100M>; | ||
| 194 | clock-names = "apb_pclk"; | ||
| 195 | interrupt-controller; | ||
| 196 | #interrupt-cells = <2>; | ||
| 197 | status = "disabled"; | ||
| 198 | }; | ||
| 199 | |||
| 200 | gpio5: gpio@004000 { | ||
| 201 | compatible = "arm,pl061", "arm,primecell"; | ||
| 202 | reg = <0x004000 0x1000>; | ||
| 203 | interrupts = <0 113 0x4>; | ||
| 204 | gpio-controller; | ||
| 205 | #gpio-cells = <2>; | ||
| 206 | clocks = <&clock HIX5HD2_FIXED_100M>; | ||
| 207 | clock-names = "apb_pclk"; | ||
| 208 | interrupt-controller; | ||
| 209 | #interrupt-cells = <2>; | ||
| 210 | status = "disabled"; | ||
| 211 | }; | ||
| 212 | |||
| 213 | gpio6: gpio@b26000 { | ||
| 214 | compatible = "arm,pl061", "arm,primecell"; | ||
| 215 | reg = <0xb26000 0x1000>; | ||
| 216 | interrupts = <0 114 0x4>; | ||
| 217 | gpio-controller; | ||
| 218 | #gpio-cells = <2>; | ||
| 219 | clocks = <&clock HIX5HD2_FIXED_100M>; | ||
| 220 | clock-names = "apb_pclk"; | ||
| 221 | interrupt-controller; | ||
| 222 | #interrupt-cells = <2>; | ||
| 223 | status = "disabled"; | ||
| 224 | }; | ||
| 225 | |||
| 226 | gpio7: gpio@b27000 { | ||
| 227 | compatible = "arm,pl061", "arm,primecell"; | ||
| 228 | reg = <0xb27000 0x1000>; | ||
| 229 | interrupts = <0 115 0x4>; | ||
| 230 | gpio-controller; | ||
| 231 | #gpio-cells = <2>; | ||
| 232 | clocks = <&clock HIX5HD2_FIXED_100M>; | ||
| 233 | clock-names = "apb_pclk"; | ||
| 234 | interrupt-controller; | ||
| 235 | #interrupt-cells = <2>; | ||
| 236 | status = "disabled"; | ||
| 237 | }; | ||
| 238 | |||
| 239 | gpio8: gpio@b28000 { | ||
| 240 | compatible = "arm,pl061", "arm,primecell"; | ||
| 241 | reg = <0xb28000 0x1000>; | ||
| 242 | interrupts = <0 116 0x4>; | ||
| 243 | gpio-controller; | ||
| 244 | #gpio-cells = <2>; | ||
| 245 | clocks = <&clock HIX5HD2_FIXED_100M>; | ||
| 246 | clock-names = "apb_pclk"; | ||
| 247 | interrupt-controller; | ||
| 248 | #interrupt-cells = <2>; | ||
| 249 | status = "disabled"; | ||
| 250 | }; | ||
| 251 | |||
| 252 | gpio9: gpio@b29000 { | ||
| 253 | compatible = "arm,pl061", "arm,primecell"; | ||
| 254 | reg = <0xb29000 0x1000>; | ||
| 255 | interrupts = <0 117 0x4>; | ||
| 256 | gpio-controller; | ||
| 257 | #gpio-cells = <2>; | ||
| 258 | clocks = <&clock HIX5HD2_FIXED_100M>; | ||
| 259 | clock-names = "apb_pclk"; | ||
| 260 | interrupt-controller; | ||
| 261 | #interrupt-cells = <2>; | ||
| 262 | status = "disabled"; | ||
| 263 | }; | ||
| 264 | |||
| 265 | gpio10: gpio@b2a000 { | ||
| 266 | compatible = "arm,pl061", "arm,primecell"; | ||
| 267 | reg = <0xb2a000 0x1000>; | ||
| 268 | interrupts = <0 118 0x4>; | ||
| 269 | gpio-controller; | ||
| 270 | #gpio-cells = <2>; | ||
| 271 | clocks = <&clock HIX5HD2_FIXED_100M>; | ||
| 272 | clock-names = "apb_pclk"; | ||
| 273 | interrupt-controller; | ||
| 274 | #interrupt-cells = <2>; | ||
| 275 | status = "disabled"; | ||
