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

ARM: dts: IGEP: Add WiLink UART node

Add a node for the UART part of WiLink chip.

Tested-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Sebastian Reichel and committed by
Tony Lindgren
4dd8f92f 3522a0cb

+16
+8
arch/arm/boot/dts/omap3-igep0020-rev-f.dts
··· 49 49 interrupts = <17 IRQ_TYPE_EDGE_RISING>; /* gpio 177 */ 50 50 }; 51 51 }; 52 + 53 + &uart2 { 54 + bluetooth { 55 + compatible = "ti,wl1835-st"; 56 + enable-gpios = <&gpio5 9 GPIO_ACTIVE_HIGH>; /* gpio 137 */ 57 + max-speed = <300000>; 58 + }; 59 + };
+8
arch/arm/boot/dts/omap3-igep0030-rev-g.dts
··· 71 71 interrupts = <8 IRQ_TYPE_EDGE_RISING>; /* gpio 136 */ 72 72 }; 73 73 }; 74 + 75 + &uart2 { 76 + bluetooth { 77 + compatible = "ti,wl1835-st"; 78 + enable-gpios = <&gpio5 9 GPIO_ACTIVE_HIGH>; /* gpio 137 */ 79 + max-speed = <300000>; 80 + }; 81 + };