blob: 8e57e03c899bdcf7dec94dbb4ace579202351c56 [file] [log] [blame]
Biju Dasd771b222021-03-01 17:08:49 +00001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source extras for U-Boot for the Hihope RZ/G2H board
4 *
5 * Copyright (C) 2020 Renesas Electronics Corp.
6 */
7
Biju Dasd771b222021-03-01 17:08:49 +00008#include "r8a774e1-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};