ARM: bcm2835: add bcm2835-aux-uart support to DT
authorMartin Sperl <kernel@martin.sperl.org>
Fri, 12 Feb 2016 11:14:25 +0000 (11:14 +0000)
committerEric Anholt <eric@anholt.net>
Wed, 17 Feb 2016 19:01:00 +0000 (11:01 -0800)
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>
arch/arm/boot/dts/bcm283x.dtsi

index 05ff5ce..8aaf193 100644 (file)
                        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>;