These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / 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