Rtwo/kernel/motorola/sm8550-devicetrees/bindings/h8300/cpu.txt
2025-09-30 19:22:48 -05:00

13 lines
268 B
Text

* H8/300 CPU bindings
Required properties:
- compatible: Compatible property value should be "renesas,h8300".
- clock-frequency: Contains the clock frequency for CPU, in Hz.
Example:
cpu@0 {
compatible = "renesas,h8300";
clock-frequency = <20000000>;
};