This commit is contained in:
2025-06-13 09:52:18 +01:00
3 changed files with 186 additions and 67 deletions

View File

@ -3,7 +3,7 @@
/ {
compatible = "brcm,bcm2835";
fragment@0 {
target-path = "/";
target-path = "/soc";
__overlay__ {
status = "okay";
leds {
@ -14,7 +14,6 @@
};
};
/*
fragment@1 {
target = <&spidev0>;
__overlay__ {
@ -29,8 +28,8 @@
#address-cells = <1>;
#size-cells = <0>;
ls7366r: ls7366r0@0 {
compatible = "hottis,counter";
ls7366r: ls7366r@0 {
compatible = "hottis,ls7366r";
reg = <0x0>;
spi-max-frequency = <1000000>;
spi-bits-per-word = <8>;
@ -38,6 +37,5 @@
};
};
};
*/
};