Files
build/patch/kernel/archive/rockchip64-6.6/overlay/rockchip-rk3328-spi0-spidev.dts
2023-10-06 02:08:52 -04:00

20 lines
287 B
Plaintext

// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2023 Thomas McKahan
*
*/
/dts-v1/;
/plugin/;
&spi0 {
#address-cells = <1>;
#size-cells = <0>;
spidev {
compatible = "armbian,spi-dev";
status = "disabled";
reg = <0>;
spi-max-frequency = <30000000>;
};
};