Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1305141d authored by Martin Sperl's avatar Martin Sperl Committed by Eric Anholt
Browse files

ARM: bcm2835: add bcm2835-aux-uart support to DT



Add bcm2835-aux-uart support to the device tree.

Signed-off-by: default avatarMartin Sperl <kernel@martin.sperl.org>
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
parent 5ec6f2cd
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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>;