repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rtc: stm32: fix misspelling and misalignment issues
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
h8300
/
cpu.txt
blob
70cd58608f4ba41d5f90066f6efe09862220d6a3
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
};