xref: /freebsd/sys/contrib/device-tree/Bindings/arm/vt8500/via,vt8500-pmc.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotVIA/Wondermedia VT8500 Power Management Controller
2*c66ec88fSEmmanuel Vadot-----------------------------------------------------
3*c66ec88fSEmmanuel Vadot
4*c66ec88fSEmmanuel VadotRequired properties:
5*c66ec88fSEmmanuel Vadot- compatible : "via,vt8500-pmc"
6*c66ec88fSEmmanuel Vadot- reg : Should contain 1 register ranges(address and length)
7*c66ec88fSEmmanuel Vadot
8*c66ec88fSEmmanuel VadotExample:
9*c66ec88fSEmmanuel Vadot
10*c66ec88fSEmmanuel Vadot	pmc@d8130000 {
11*c66ec88fSEmmanuel Vadot		compatible = "via,vt8500-pmc";
12*c66ec88fSEmmanuel Vadot		reg = <0xd8130000 0x1000>;
13*c66ec88fSEmmanuel Vadot	};
14