Back to home page

OSCL-LXR

 
 

    


0001 Resume Control
0002 --------------
0003 Available on Marvell SOCs: 98DX3336 and 98DX4251
0004 
0005 Required properties:
0006 
0007 - compatible: must be "marvell,98dx3336-resume-ctrl"
0008 
0009 - reg: Should contain resume control registers location and length
0010 
0011 Example:
0012 
0013 resume@20980 {
0014         compatible = "marvell,98dx3336-resume-ctrl";
0015         reg = <0x20980 0x10>;
0016 };