From: Martin Sperl <kernel@xxxxxxxxxxxxxxxx> Add the auxiliary uart1 device to the device tree of the bcm2835 SOC. Signed-off-by: Martin Sperl <kernel@xxxxxxxxxxxxxxxx> --- arch/arm/boot/dts/bcm2835.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/bcm2835.dtsi b/arch/arm/boot/dts/bcm2835.dtsi index 3f5a7f1..d68e30c 100644 --- a/arch/arm/boot/dts/bcm2835.dtsi +++ b/arch/arm/boot/dts/bcm2835.dtsi @@ -185,6 +185,17 @@ compatible = "arm,arm1176-pmu"; }; + uart1: uart@7e215040 { + compatible = "ns16550"; + reg = <0x7e215040 0x40>; + reg-shift = <2>; + interrupts = <1 29>; + no-loopback-test; + status = "disabled"; + clock-divider = <8>; + clocks = <&aux_clocks BCM2835_AUX_CLOCK_UART>; + }; + spi1: spi@7e215080 { compatible = "brcm,bcm2835-aux-spi"; reg = <0x7e215080 0x40>; -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html