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
WIP FPC-III support
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
memory-controllers
/
renesas,h8300-bsc.txt
blob
cdf406c902e2b177b35407443841a57a76b87390
1
* H8/300 bus controller
2
3
Required properties:
4
- compatible: Must be "renesas,h8300-bsc".
5
- reg: Base address and length of BSC registers.
6
7
Example.
8
bsc: memory-controller@fee01e {
9
compatible = "renesas,h8300h-bsc", "renesas,h8300-bsc";
10
reg = <0xfee01e 8>;
11
};
12