summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/r8a774a1-hihope-rzg2m-u-boot.dts
diff options
context:
space:
mode:
authorBiju Das <biju.das.jz@bp.renesas.com>2021-01-17 16:30:11 +0000
committerMarek Vasut <marek.vasut+renesas@gmail.com>2021-01-31 14:08:45 +0100
commit32568ee5b9f0fc35ecb12f62cfd67395ac792781 (patch)
treea10efc74e48a53ebde385d1e97dd1c761b91cdec /arch/arm/dts/r8a774a1-hihope-rzg2m-u-boot.dts
parent472a716b8fdfd88a27cb675e4ea8e12cb4f79fc3 (diff)
downloadu-boot-32568ee5b9f0fc35ecb12f62cfd67395ac792781.tar.gz
u-boot-32568ee5b9f0fc35ecb12f62cfd67395ac792781.tar.xz
u-boot-32568ee5b9f0fc35ecb12f62cfd67395ac792781.zip
arm: dts: rmobile: r8a774a1: Synchronize DTs with Linux 5.10
DTS files apart from r8a774a1-hihope-rzg2m-u-boot.dts and r8a774a1-u-boot.dtsi have been imported from linux 5.10 commit 2c85ebc57b3e1817 ("Linux 5.10"). Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Diffstat (limited to 'arch/arm/dts/r8a774a1-hihope-rzg2m-u-boot.dts')
-rw-r--r--arch/arm/dts/r8a774a1-hihope-rzg2m-u-boot.dts27
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a774a1-hihope-rzg2m-u-boot.dts b/arch/arm/dts/r8a774a1-hihope-rzg2m-u-boot.dts
new file mode 100644
index 0000000000..b735e97221
--- /dev/null
+++ b/arch/arm/dts/r8a774a1-hihope-rzg2m-u-boot.dts
@@ -0,0 +1,27 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Device Tree Source extras for U-Boot for the Hihope RZ/G2M board
+ *
+ * Copyright (C) 2021 Renesas Electronics Corporation
+ */
+
+#include "r8a774a1-hihope-rzg2m-ex.dts"
+#include "r8a774a1-u-boot.dtsi"
+
+&gpio3 {
+ bt_reg_on{
+ gpio-hog;
+ gpios = <13 GPIO_ACTIVE_HIGH>;
+ output-low;
+ line-name = "bt-reg-on";
+ };
+};
+
+&gpio4 {
+ wlan_reg_on{
+ gpio-hog;
+ gpios = <6 GPIO_ACTIVE_HIGH>;
+ output-low;
+ line-name = "wlan-reg-on";
+ };
+};