Back to home page

OSCL-LXR

 
 

    


0001 Marvell Armada CPU reset controller
0002 ===================================
0003 
0004 Required properties:
0005 
0006 - compatible: Should be "marvell,armada-370-cpu-reset".
0007 
0008 - reg: should be register base and length as documented in the
0009   datasheet for the CPU reset registers
0010 
0011 cpurst: cpurst@20800 {
0012        compatible = "marvell,armada-370-cpu-reset";
0013        reg = <0x20800 0x20>;
0014 };