mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
17 lines
170 B
Plaintext
17 lines
170 B
Plaintext
/* Definitions for spi0
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
compatible = "rockchip,rk3288";
|
|
|
|
fragment@0 {
|
|
target = <&spi0>;
|
|
__overlay__ {
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|