summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts
diff options
context:
space:
mode:
authorBiju Das <biju.das@bp.renesas.com>2019-05-16 11:59:26 +0300
committerSimon Horman <horms+renesas@verge.net.au>2019-05-28 19:01:16 +0300
commit7b7c5676a877c4e66083888d87d52e4a0d0c2e82 (patch)
treeb10429798a7ca49be41d4132ab348537b5089e04 /arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts
parentb263b0067d727ffb230bd8ac75a6a3f9ff448f0f (diff)
downloadlinux-7b7c5676a877c4e66083888d87d52e4a0d0c2e82.tar.xz
arm64: dts: renesas: cat874: Add BT support
This patch enables BT support for the CAT874 board. Signed-off-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts')
-rw-r--r--arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts b/arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts
index 72cccfc34c49..fdca695a4248 100644
--- a/arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts
+++ b/arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts
@@ -16,6 +16,7 @@
aliases {
serial0 = &scif2;
+ serial1 = &hscif2;
};
chosen {
@@ -154,6 +155,19 @@
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 @@
function = "i2c1";
};
+ hscif2_pins: hscif2 {
+ groups = "hscif2_data_a", "hscif2_ctrl_a";
+ function = "hscif2";
+ };
+
scif2_pins: scif2 {
groups = "scif2_data_a";
function = "scif2";