diff options
author | Martin Sperl <kernel@martin.sperl.org> | 2016-02-12 12:14:25 +0100 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-02-17 20:01:00 +0100 |
commit | 1305141d1a7254b53b35303ee84f4c4948007bd0 (patch) | |
tree | ab83ba70c744880f885e31669100b9ef1f2c01e6 /arch/arm/boot/dts/bcm283x.dtsi | |
parent | ARM: bcm2835: Add the Raspberry Pi power domain driver to the DT. (diff) | |
download | linux-1305141d1a7254b53b35303ee84f4c4948007bd0.tar.xz linux-1305141d1a7254b53b35303ee84f4c4948007bd0.zip |
ARM: bcm2835: add bcm2835-aux-uart support to DT
Add bcm2835-aux-uart support to the device tree.
Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'arch/arm/boot/dts/bcm283x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm283x.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi index 05ff5ce91c95..8aaf193711bf 100644 --- a/arch/arm/boot/dts/bcm283x.dtsi +++ b/arch/arm/boot/dts/bcm283x.dtsi @@ -160,6 +160,14 @@ clocks = <&clocks BCM2835_CLOCK_VPU>; }; + uart1: serial@7e215040 { + compatible = "brcm,bcm2835-aux-uart"; + reg = <0x7e215040 0x40>; + interrupts = <1 29>; + clocks = <&aux BCM2835_AUX_CLOCK_UART>; + status = "disabled"; + }; + spi1: spi@7e215080 { compatible = "brcm,bcm2835-aux-spi"; reg = <0x7e215080 0x40>; |