mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
10 lines
179 B
Text
10 lines
179 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+)
|
||
|
/*
|
||
|
* Copyright (C) 2020 Harald Seiler <hws@denx.de>
|
||
|
*/
|
||
|
|
||
|
®_usb_otg_vbus {
|
||
|
gpio = <&gpio3 31 GPIO_ACTIVE_HIGH>;
|
||
|
enable-active-high;
|
||
|
};
|