Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/contrib/device-tree/Bindings/h8300/cpu.txt
48375 views
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
};
14
15