]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - Documentation/devicetree/bindings/memory-controllers/renesas,h8300-bsc.txt
Merge tag 'for-linus-4.2-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-bionic-kernel.git] / Documentation / devicetree / bindings / memory-controllers / renesas,h8300-bsc.txt
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