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:
parent
3522a0cbf7
commit
4dd8f92fa1
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue