1// 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
8#include "r8a774e1-hihope-rzg2h-ex.dts"
9#include "r8a774e1-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};
28