summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/bcm283x.dtsi
diff options
context:
space:
mode:
authorEric Anholt2015-12-16 00:35:59 +0100
committerArnd Bergmann2015-12-31 17:17:01 +0100
commitddc5c39af4e25d4d4eca925b792b372eedb778d8 (patch)
tree8cdaa2de545d93793b9e55acc836fbc8cc5a458b /arch/arm/boot/dts/bcm283x.dtsi
parentARM: bcm2835: Add devicetree for bcm2836 and Raspberry Pi 2 B (diff)
downloadkernel-qcow2-linux-ddc5c39af4e25d4d4eca925b792b372eedb778d8.tar.gz
kernel-qcow2-linux-ddc5c39af4e25d4d4eca925b792b372eedb778d8.tar.xz
kernel-qcow2-linux-ddc5c39af4e25d4d4eca925b792b372eedb778d8.zip
ARM: bcm2835: Add the auxiliary clocks to the device tree.
These will be used for enabling UART1, SPI1, and SPI2. Signed-off-by: Eric Anholt <eric@anholt.net> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/bcm283x.dtsi')
-rw-r--r--arch/arm/boot/dts/bcm283x.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi
index 8a7e72799a5c..971e741e5467 100644
--- a/arch/arm/boot/dts/bcm283x.dtsi
+++ b/arch/arm/boot/dts/bcm283x.dtsi
@@ -152,6 +152,13 @@
status = "disabled";
};
+ aux: aux@0x7e215000 {
+ compatible = "brcm,bcm2835-aux";
+ #clock-cells = <1>;
+ reg = <0x7e215000 0x8>;
+ clocks = <&clocks BCM2835_CLOCK_VPU>;
+ };
+
sdhci: sdhci@7e300000 {
compatible = "brcm,bcm2835-sdhci";
reg = <0x7e300000 0x100>;