Biju Das | 222cb30 | 2021-03-01 17:08:48 +0000 | [diff] [blame] | 1 | // 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 Das | 222cb30 | 2021-03-01 17:08:48 +0000 | [diff] [blame] | 8 | #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 | }; |