Biju Das | dca070c | 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 | |
| 8 | #include "r8a774b1-hihope-rzg2n-ex.dts" |
| 9 | #include "r8a774b1-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 | }; |