Skip to content

Commit

Permalink
ARM: bcm2835: add bcm2835-aux-uart support to DT
Browse files Browse the repository at this point in the history
Add bcm2835-aux-uart support to the device tree.

Signed-off-by: Martin Sperl <[email protected]>
Signed-off-by: Eric Anholt <[email protected]>
  • Loading branch information
msperl authored and anholt committed Feb 17, 2016
1 parent 5ec6f2c commit 1305141
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/bcm283x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 1305141

Please sign in to comment.