diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-10-01 09:45:28 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-11-27 16:30:32 -0500 |
commit | fb026d3de33b317202838d10bc77cf8ca6e8af3b (patch) | |
tree | c8c5db3b994cdacbf4ee562adfbab31c11252791 | |
parent | f114040e3ea6e07372334ade75d1ee0775c355e1 (diff) |
ARM: BCM5301X: Add Broadcom's bus-axi to the DTS file
This has been successfully tested on Netgear R6250 and two other
development (unnamed) devices, all of them BCM4708 based.
We also got a possitive feedback from R7000 (BCM4709) tester.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r-- | arch/arm/boot/dts/bcm5301x.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm5301x.dtsi b/arch/arm/boot/dts/bcm5301x.dtsi index 53c624f766b4..6d80922ce747 100644 --- a/arch/arm/boot/dts/bcm5301x.dtsi +++ b/arch/arm/boot/dts/bcm5301x.dtsi | |||
@@ -8,6 +8,7 @@ | |||
8 | * Licensed under the GNU/GPL. See COPYING for details. | 8 | * Licensed under the GNU/GPL. See COPYING for details. |
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include <dt-bindings/gpio/gpio.h> | ||
11 | #include <dt-bindings/interrupt-controller/irq.h> | 12 | #include <dt-bindings/interrupt-controller/irq.h> |
12 | #include <dt-bindings/interrupt-controller/arm-gic.h> | 13 | #include <dt-bindings/interrupt-controller/arm-gic.h> |
13 | #include "skeleton.dtsi" | 14 | #include "skeleton.dtsi" |
@@ -92,4 +93,19 @@ | |||
92 | clock-frequency = <400000000>; | 93 | clock-frequency = <400000000>; |
93 | }; | 94 | }; |
94 | }; | 95 | }; |
96 | |||
97 | axi@18000000 { | ||
98 | compatible = "brcm,bus-axi"; | ||
99 | reg = <0x18000000 0x1000>; | ||
100 | ranges = <0x00000000 0x18000000 0x00100000>; | ||
101 | #address-cells = <1>; | ||
102 | #size-cells = <1>; | ||
103 | |||
104 | chipcommon: chipcommon@0 { | ||
105 | reg = <0x00000000 0x1000>; | ||
106 | |||
107 | gpio-controller; | ||
108 | #gpio-cells = <2>; | ||
109 | }; | ||
110 | }; | ||
95 | }; | 111 | }; |