This commit is contained in:
zhangpeng
2025-04-28 11:36:59 +08:00
commit 5dd7a8972b
945 changed files with 332963 additions and 0 deletions

18
rk3399/rp-spi1-uart.dtsi Executable file
View File

@@ -0,0 +1,18 @@
&spi1 {
status = "okay";
spi_wk2xxx: spi_wk2xxx@0{
status = "okay";
compatible = "spi-wk2xxx";
reg = <0>;
spi-max-frequency = <10000000>;
reset-gpio = <&gpio4 29 GPIO_ACTIVE_HIGH>;
irq-gpio = <&gpio1 20 IRQ_TYPE_EDGE_FALLING>;
cs-gpio = <&gpio1 10 GPIO_ACTIVE_HIGH>;
};
};
&uart4 {
status = "disabled";
};