From mboxrd@z Thu Jan 1 00:00:00 1970 From: kernel-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org Subject: [PATCH 3/4] serial: bcm2835: add auxiliary uart1 to device tree of bcm2835 Date: Fri, 11 Sep 2015 12:20:52 +0000 Message-ID: <1441974053-2630-4-git-send-email-kernel@martin.sperl.org> References: <1441974053-2630-1-git-send-email-kernel@martin.sperl.org> Return-path: In-Reply-To: <1441974053-2630-1-git-send-email-kernel-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Stephen Warren , Lee Jones , Greg Kroah-Hartman , Jiri Slaby , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Martin Sperl List-Id: linux-serial@vger.kernel.org From: Martin Sperl Add the auxiliary uart1 device to the device tree of the bcm2835 SOC. Signed-off-by: Martin Sperl --- 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 devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html