diff options
Diffstat (limited to 'arch/arm/boot/dts/armada-375.dtsi')
-rw-r--r-- | arch/arm/boot/dts/armada-375.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-375.dtsi b/arch/arm/boot/dts/armada-375.dtsi index 9721e55384ce..50096d3427eb 100644 --- a/arch/arm/boot/dts/armada-375.dtsi +++ b/arch/arm/boot/dts/armada-375.dtsi | |||
@@ -14,6 +14,7 @@ | |||
14 | #include "skeleton.dtsi" | 14 | #include "skeleton.dtsi" |
15 | #include <dt-bindings/interrupt-controller/arm-gic.h> | 15 | #include <dt-bindings/interrupt-controller/arm-gic.h> |
16 | #include <dt-bindings/interrupt-controller/irq.h> | 16 | #include <dt-bindings/interrupt-controller/irq.h> |
17 | #include <dt-bindings/phy/phy.h> | ||
17 | 18 | ||
18 | #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16)) | 19 | #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16)) |
19 | 20 | ||
@@ -348,6 +349,12 @@ | |||
348 | #clock-cells = <1>; | 349 | #clock-cells = <1>; |
349 | }; | 350 | }; |
350 | 351 | ||
352 | usbcluster: usb-cluster@18400 { | ||
353 | compatible = "marvell,armada-375-usb-cluster"; | ||
354 | reg = <0x18400 0x4>; | ||
355 | #phy-cells = <1>; | ||
356 | }; | ||
357 | |||
351 | mbusc: mbus-controller@20000 { | 358 | mbusc: mbus-controller@20000 { |
352 | compatible = "marvell,mbus-controller"; | 359 | compatible = "marvell,mbus-controller"; |
353 | reg = <0x20000 0x100>, <0x20180 0x20>; | 360 | reg = <0x20000 0x100>, <0x20180 0x20>; |
@@ -398,6 +405,8 @@ | |||
398 | reg = <0x50000 0x500>; | 405 | reg = <0x50000 0x500>; |
399 | interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>; | 406 | interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>; |
400 | clocks = <&gateclk 18>; | 407 | clocks = <&gateclk 18>; |
408 | phys = <&usbcluster PHY_TYPE_USB2>; | ||
409 | phy-names = "usb"; | ||
401 | status = "disabled"; | 410 | status = "disabled"; |
402 | }; | 411 | }; |
403 | 412 | ||
@@ -414,6 +423,8 @@ | |||
414 | reg = <0x58000 0x20000>,<0x5b880 0x80>; | 423 | reg = <0x58000 0x20000>,<0x5b880 0x80>; |
415 | interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>; | 424 | interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>; |
416 | clocks = <&gateclk 16>; | 425 | clocks = <&gateclk 16>; |
426 | phys = <&usbcluster PHY_TYPE_USB3>; | ||
427 | phy-names = "usb"; | ||
417 | status = "disabled"; | 428 | status = "disabled"; |
418 | }; | 429 | }; |
419 | 430 | ||