You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
750 B
35 lines
750 B
2 years ago
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
/*
|
||
|
* Copyright (c) 2023 FriendlyElec Computer Tech. Co., Ltd.
|
||
|
* (http://www.friendlyelec.com)
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
#include "rk3588-nanopi6-rev01.dts"
|
||
|
|
||
|
/ {
|
||
|
model = "FriendlyElec NanoPC-T6 LTS";
|
||
|
compatible = "friendlyelec,nanopc-t6", "rockchip,rk3588";
|
||
|
|
||
|
vcc5v0_host_20: vcc5v0-host-20 {
|
||
|
compatible = "regulator-fixed";
|
||
|
enable-active-high;
|
||
|
gpio = <&gpio1 RK_PA4 GPIO_ACTIVE_HIGH>;
|
||
|
pinctrl-names = "default";
|
||
|
pinctrl-0 = <&vcc5v0_host20_en>;
|
||
|
regulator-name = "vcc5v0_host_20";
|
||
|
regulator-min-microvolt = <5000000>;
|
||
|
regulator-max-microvolt = <5000000>;
|
||
|
vin-supply = <&vcc5v0_usb>;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&mach {
|
||
|
hwrev = <7>;
|
||
|
model = "NanoPC-T6 LTS";
|
||
|
};
|
||
|
|
||
|
&u2phy3_host {
|
||
|
phy-supply = <&vcc5v0_host_20>;
|
||
|
};
|