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