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