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
+1
View File
@@ -0,0 +1 @@
.DS_Store