Commit 7b7c5676 authored by Biju Das's avatar Biju Das Committed by Simon Horman

arm64: dts: renesas: cat874: Add BT support

This patch enables BT support for the CAT874 board.
Signed-off-by: default avatarBiju Das <biju.das@bp.renesas.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent b263b006
......@@ -16,6 +16,7 @@ / {
aliases {
serial0 = &scif2;
serial1 = &hscif2;
};
chosen {
......@@ -154,6 +155,19 @@ &extal_clk {
clock-frequency = <48000000>;
};
&hscif2 {
pinctrl-0 = <&hscif2_pins>;
pinctrl-names = "default";
uart-has-rtscts;
status = "okay";
bluetooth {
compatible = "ti,wl1837-st";
enable-gpios = <&gpio4 6 GPIO_ACTIVE_HIGH>;
};
};
&i2c0 {
status = "okay";
clock-frequency = <100000>;
......@@ -237,6 +251,11 @@ i2c1_pins: i2c1 {
function = "i2c1";
};
hscif2_pins: hscif2 {
groups = "hscif2_data_a", "hscif2_ctrl_a";
function = "hscif2";
};
scif2_pins: scif2 {
groups = "scif2_data_a";
function = "scif2";
......
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