1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 3/dts-v1/; 4 5#include "rk3588s-orangepi-5.dtsi" 6 7/ { 8 model = "Xunlong Orange Pi 5"; 9 compatible = "xunlong,orangepi-5", "rockchip,rk3588s"; 10 11 vcc3v3_pcie20: regulator-vcc3v3-pcie20 { 12 compatible = "regulator-fixed"; 13 enable-active-high; 14 gpios = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>; 15 regulator-name = "vcc3v3_pcie20"; 16 regulator-boot-on; 17 regulator-min-microvolt = <1800000>; 18 regulator-max-microvolt = <1800000>; 19 startup-delay-us = <50000>; 20 vin-supply = <&vcc5v0_sys>; 21 }; 22}; 23 24&pcie2x1l2 { 25 reset-gpios = <&gpio3 RK_PD1 GPIO_ACTIVE_HIGH>; 26 vpcie3v3-supply = <&vcc3v3_pcie20>; 27 status = "okay"; 28}; 29 30&sfc { 31 status = "okay"; 32}; 33