brintos

brintos / linux-shallow public Read only

0
0
Text · 363 B · b63a7b6 Raw
15 lines · plain
1Marvell Armada CPU reset controller2===================================3 4Required properties:5 6- compatible: Should be "marvell,armada-370-cpu-reset".7 8- reg: should be register base and length as documented in the9  datasheet for the CPU reset registers10 11cpurst: cpurst@20800 {12       compatible = "marvell,armada-370-cpu-reset";13       reg = <0x20800 0x20>;14};15