ARM: dts: IGEP: Add WiLink UART node
authorSebastian Reichel <sebastian.reichel@collabora.com>
Thu, 3 Oct 2019 13:41:45 +0000 (15:41 +0200)
committerTony Lindgren <tony@atomide.com>
Tue, 22 Oct 2019 15:58:01 +0000 (08:58 -0700)
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>
arch/arm/boot/dts/omap3-igep0020-rev-f.dts
arch/arm/boot/dts/omap3-igep0030-rev-g.dts

index 03dcd05fb8a0d9fb81f7bfa66e0905255d4916aa..001decc20b3d6abbc2200b19c3b8c7103acf0745 100644 (file)
                interrupts = <17 IRQ_TYPE_EDGE_RISING>; /* gpio 177 */
        };
 };
+
+&uart2 {
+       bluetooth {
+               compatible = "ti,wl1835-st";
+               enable-gpios = <&gpio5 9 GPIO_ACTIVE_HIGH>; /* gpio 137 */
+               max-speed = <300000>;
+       };
+};
index 060acd1e803a093b24306452a64e3d594bc9db00..9a8975799e1695bf74dc00477f832e0bd8c4d6c3 100644 (file)
                interrupts = <8 IRQ_TYPE_EDGE_RISING>; /* gpio 136 */
        };
 };
+
+&uart2 {
+       bluetooth {
+               compatible = "ti,wl1835-st";
+               enable-gpios = <&gpio5 9 GPIO_ACTIVE_HIGH>; /* gpio 137 */
+               max-speed = <300000>;
+       };
+};