opi5max: Add rk3588-opi5max-disable-leds.dts and rk3588-spi1-m1-cs0-spidev.dts
This commit is contained in:
parent
ce356dbac8
commit
8dbb54ba27
|
|
@ -74,6 +74,7 @@ dtbo-$(CONFIG_ARCH_ROCKCHIP) += \
|
|||
rk3588-spi0-m2-cs0-spidev.dtbo \
|
||||
rk3588-spi0-m2-cs1-spidev.dtbo \
|
||||
rk3588-spi0-m2-cs0-cs1-spidev.dtbo \
|
||||
rk3588-spi1-m1-cs0-spidev.dtbo \
|
||||
rk3588-spi4-m0-cs1-spidev.dtbo \
|
||||
rk3588-spi4-m1-cs0-spidev.dtbo \
|
||||
rk3588-spi4-m1-cs1-spidev.dtbo \
|
||||
|
|
@ -82,6 +83,7 @@ dtbo-$(CONFIG_ARCH_ROCKCHIP) += \
|
|||
rk3588-disable-led.dtbo \
|
||||
rk3588-opi5plus-disable-leds.dtbo \
|
||||
rk3588-opi5pro-disable-leds.dtbo \
|
||||
rk3588-opi5max-disable-leds.dtbo \
|
||||
rk3588-opi5pro-sfc.dtbo \
|
||||
rk3588-opicm5-blink-gpio.dtbo \
|
||||
rk3588-opicm5-tablet-cam1.dtbo \
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/ {
|
||||
fragment@0 {
|
||||
target = <&spi1>;
|
||||
|
||||
__overlay__ {
|
||||
status = "okay";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&spi1m1_cs0 &spi1m1_pins>;
|
||||
max-freq = <50000000>;
|
||||
|
||||
spidev@0 {
|
||||
compatible = "rockchip,spidev";
|
||||
status = "okay";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <50000000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
Loading…
Reference in New Issue