-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Description
A GitHub search for 'system_clk' in ZMK currently reveals two uses in the docs of this snippet:
compatible = "raspberrypi,pico-spi-pio";
#address-cells = <1>;
#size-cells = <0>;
clocks = <&system_clk>;
See in docs/docs/development/hardware-integration/lighting/underglow.md and docs/docs/development/hardware-integration/pinctrl.mdx.
While system_clk was present in Zephyr 3.5, it has gone in 3.6. The direct replacement is not obvious to me.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels