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>
This commit is contained in:
Sebastian Reichel 2019-10-03 15:41:45 +02:00 committed by Tony Lindgren
parent 3522a0cbf7
commit 4dd8f92fa1
2 changed files with 16 additions and 0 deletions

View File

@ -49,3 +49,11 @@
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>;
};
};

View File

@ -71,3 +71,11 @@
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>;
};
};