arm64: dts: rockchip: Update for opi5ultra

This commit is contained in:
leeboby 2024-08-26 09:08:32 +08:00
parent e65ecde6de
commit 047fffd6c6
3 changed files with 25 additions and 4 deletions

View File

@ -94,6 +94,7 @@ dtbo-$(CONFIG_ARCH_ROCKCHIP) += \
rk3588-opi5plus-disable-leds.dtbo \
rk3588-opi5pro-disable-leds.dtbo \
rk3588-opi5max-disable-leds.dtbo \
rk3588-opi5ultra-disable-leds.dtbo \
rk3588-opi5pro-sfc.dtbo \
rk3588-opicm5-blink-gpio.dtbo \
rk3588-opicm5-cam1.dtbo \

View File

@ -0,0 +1,20 @@
/dts-v1/;
/plugin/;
/ {
fragment@0 {
target = <&leds>;
__overlay__ {
status = "okay";
blue_led@1 {
linux,default-trigger = "none";
};
green_led@2 {
linux,default-trigger = "none";
};
};
};
};

View File

@ -318,7 +318,7 @@
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
enable-active-high;
gpio = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>;
gpio = <&gpio4 RK_PB1 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&vcc5v0_otg_en>;
vin-supply = <&vcc5v0_usb>;
@ -413,14 +413,14 @@
status = "okay";
blue_led@1 {
gpios = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
gpios = <&gpio0 RK_PC5 GPIO_ACTIVE_LOW>;
label = "blue_led";
linux,default-trigger = "heartbeat";
linux,default-trigger-delay-ms = <0>;
};
green_led@2 {
gpios = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>;
gpios = <&gpio0 RK_PC6 GPIO_ACTIVE_LOW>;
label = "green_led";
linux,default-trigger = "heartbeat";
linux,default-trigger-delay-ms = <0>;
@ -1140,7 +1140,7 @@
usb {
vcc5v0_otg_en: vcc5v0-otg-en {
rockchip,pins = <4 RK_PB3 RK_FUNC_GPIO &pcfg_pull_none>;
rockchip,pins = <4 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>;
};
vcc5v0_host_en: vcc5v0-host-en {