cpu.txt 268 B

12345678910111213
  1. * H8/300 CPU bindings
  2. Required properties:
  3. - compatible: Compatible property value should be "renesas,h8300".
  4. - clock-frequency: Contains the clock frequency for CPU, in Hz.
  5. Example:
  6. cpu@0 {
  7. compatible = "renesas,h8300";
  8. clock-frequency = <20000000>;
  9. };