blob: b735e972214f4f0680811f54c72721a0074b6388 [file] [log] [blame]
Biju Das32568ee2021-01-17 16:30:11 +00001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source extras for U-Boot for the Hihope RZ/G2M board
4 *
5 * Copyright (C) 2021 Renesas Electronics Corporation
6 */
7
8#include "r8a774a1-hihope-rzg2m-ex.dts"
9#include "r8a774a1-u-boot.dtsi"
10
11&gpio3 {
12 bt_reg_on{
13 gpio-hog;
14 gpios = <13 GPIO_ACTIVE_HIGH>;
15 output-low;
16 line-name = "bt-reg-on";
17 };
18};
19
20&gpio4 {
21 wlan_reg_on{
22 gpio-hog;
23 gpios = <6 GPIO_ACTIVE_HIGH>;
24 output-low;
25 line-name = "wlan-reg-on";
26 };
27};