Commit 4dd8f92f authored by Sebastian Reichel's avatar Sebastian Reichel Committed by Tony Lindgren

ARM: dts: IGEP: Add WiLink UART node

Add a node for the UART part of WiLink chip.
Tested-by: default avatarEnric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 3522a0cb
...@@ -49,3 +49,11 @@ wlcore: wlcore@2 { ...@@ -49,3 +49,11 @@ wlcore: wlcore@2 {
interrupts = <17 IRQ_TYPE_EDGE_RISING>; /* gpio 177 */ 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>;
};
};
...@@ -71,3 +71,11 @@ wlcore: wlcore@2 { ...@@ -71,3 +71,11 @@ wlcore: wlcore@2 {
interrupts = <8 IRQ_TYPE_EDGE_RISING>; /* gpio 136 */ 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>;
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment