diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-05-10 13:31:32 -0400 |
---|---|---|
committer | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-06-23 00:35:51 -0400 |
commit | d8b0bdb444ed0e2bd5f9d3ea7412cb90bdec58cf (patch) | |
tree | 1beddfcf09981f453eb06ee9e65ac7260fd5643e /Documentation/devicetree/bindings/h8300 | |
parent | 883251dd163c551abcb1031803e20e3ccd1f988c (diff) |
h8300: kernel startup
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Diffstat (limited to 'Documentation/devicetree/bindings/h8300')
-rw-r--r-- | Documentation/devicetree/bindings/h8300/cpu.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/h8300/cpu.txt b/Documentation/devicetree/bindings/h8300/cpu.txt new file mode 100644 index 000000000000..70cd58608f4b --- /dev/null +++ b/Documentation/devicetree/bindings/h8300/cpu.txt | |||
@@ -0,0 +1,13 @@ | |||
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 | }; | ||