blob: 3ad619bdb90aca134b52e170c96abdead88f3f24 [file] [log] [blame]
Biju Dascf4df1a2021-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
Biju Dascf4df1a2021-01-17 16:30:11 +00008#include "r8a774a1-u-boot.dtsi"
9
10&gpio3 {
11 bt_reg_on{
12 gpio-hog;
13 gpios = <13 GPIO_ACTIVE_HIGH>;
14 output-low;
15 line-name = "bt-reg-on";
16 };
17};
18
19&gpio4 {
20 wlan_reg_on{
21 gpio-hog;
22 gpios = <6 GPIO_ACTIVE_HIGH>;
23 output-low;
24 line-name = "wlan-reg-on";
25 };
26};