Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / Documentation / devicetree / bindings / arm / vt8500 / via,vt8500-pmc.txt
1 VIA/Wondermedia VT8500 Power Management Controller
2 -----------------------------------------------------
3
4 Required properties:
5 - compatible : "via,vt8500-pmc"
6 - reg : Should contain 1 register ranges(address and length)
7
8 Example:
9
10         pmc@d8130000 {
11                 compatible = "via,vt8500-pmc";
12                 reg = <0xd8130000 0x1000>;
13         };