fix(llcc68): align spi binding with zephyr

Add a module-local .gitignore entry for macOS .DS_Store artifacts so generated Finder metadata does not dirty the submodule.

Declare the SPI chip-select delay binding properties as integers so Zephyr devicetree validation accepts the custom LLCC68 binding.

Pass the configured setup delay into SPI_DT_SPEC_INST_GET using the Zephyr 4 three-argument API, converting the nanosecond devicetree value to the microsecond spi_cs_control delay field.
This commit is contained in:
2026-06-02 10:40:17 +08:00
parent 1c3626d58b
commit efc6e17ed0
3 changed files with 40 additions and 32 deletions
+2
View File
@@ -71,7 +71,9 @@ properties:
which the driver holds active. This mode must not use tx-enable-gpios.
spi-cs-setup-delay-ns:
type: int
default: 100000
spi-cs-hold-delay-ns:
type: int
default: 100000