test_led_strip/boards/nucleo_f429zi.overlay
2026-03-20 15:43:39 +08:00

15 lines
316 B
Plaintext

&spi0 {
status = "okay";
potentiometer1: mcp41xxx@0 {
compatible = "microchip,mcp41xxx";
reg = <0>;
res-kohms = <100>;
spi-max-frequency = <1000000>;
};
potentiometer2: tpl0501@0 {
compatible = "ti,tpl0501";
reg = <0>;
res-kohms = <100>;
spi-max-frequency = <1000000>;
};
};