diff options
author | Jared McNeill <jmcneill@FreeBSD.org> | 2016-05-15 17:25:31 +0000 |
---|---|---|
committer | Jared McNeill <jmcneill@FreeBSD.org> | 2016-05-15 17:25:31 +0000 |
commit | 792492eee3f92eb73b67df1995910c8c88c01420 (patch) | |
tree | 960592cb0e6fe1c3cbae597003b369eaff471afd /sys/boot/fdt/dts | |
parent | 6a94069a5eb7e82077514ac9e214525356d1b016 (diff) | |
download | src-test2-792492eee3f92eb73b67df1995910c8c88c01420.tar.gz src-test2-792492eee3f92eb73b67df1995910c8c88c01420.zip |
Notes
Diffstat (limited to 'sys/boot/fdt/dts')
-rw-r--r-- | sys/boot/fdt/dts/arm/sinovoip-bpi-m3.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/boot/fdt/dts/arm/sinovoip-bpi-m3.dts b/sys/boot/fdt/dts/arm/sinovoip-bpi-m3.dts index 89089bdb534e..5d4d0666b577 100644 --- a/sys/boot/fdt/dts/arm/sinovoip-bpi-m3.dts +++ b/sys/boot/fdt/dts/arm/sinovoip-bpi-m3.dts @@ -37,6 +37,15 @@ status = "okay"; }; +®_ahci_5v { + gpio = <&pio 3 25 GPIO_ACTIVE_HIGH>; /* PD25 */ + status = "okay"; +}; + +&ahci_pwr_pin_a { + allwinner,pins = "PD25"; +}; + ®_usb1_vbus { gpio = <&pio 3 24 GPIO_ACTIVE_HIGH>; /* PD24 */ status = "okay"; |