Commit ddc5c39a authored by Eric Anholt's avatar Eric Anholt Committed by Arnd Bergmann

ARM: bcm2835: Add the auxiliary clocks to the device tree.

These will be used for enabling UART1, SPI1, and SPI2.
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 80534f09
......@@ -152,6 +152,13 @@ i2c0: i2c@7e205000 {
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment