Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: ixp4xx: Add second UART

The IXP4xx has two UARTs and some platforms make use of the
second one so add this to the include DTSI.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

+14
+14
arch/arm/boot/dts/intel-ixp4xx.dtsi
··· 83 83 no-loopback-test; 84 84 }; 85 85 86 + uart1: serial@c8001000 { 87 + compatible = "intel,xscale-uart"; 88 + reg = <0xc8001000 0x1000>; 89 + /* 90 + * The reg-offset and reg-shift is a side effect 91 + * of running the platform in big endian mode. 92 + */ 93 + reg-offset = <3>; 94 + reg-shift = <2>; 95 + interrupts = <13 IRQ_TYPE_LEVEL_HIGH>; 96 + clock-frequency = <14745600>; 97 + no-loopback-test; 98 + }; 99 + 86 100 gpio0: gpio@c8004000 { 87 101 compatible = "intel,ixp4xx-gpio"; 88 102 reg = <0xc8004000 0x1000>;