xref: /openbmc/linux/Documentation/devicetree/bindings/arm/marvell/armada-cpu-reset.txt (revision 8c57a5e7b2820f349c95b8c8393fec1e0f4070d2)
1*fc94a603SGregory CLEMENTMarvell Armada CPU reset controller
2*fc94a603SGregory CLEMENT===================================
3*fc94a603SGregory CLEMENT
4*fc94a603SGregory CLEMENTRequired properties:
5*fc94a603SGregory CLEMENT
6*fc94a603SGregory CLEMENT- compatible: Should be "marvell,armada-370-cpu-reset".
7*fc94a603SGregory CLEMENT
8*fc94a603SGregory CLEMENT- reg: should be register base and length as documented in the
9*fc94a603SGregory CLEMENT  datasheet for the CPU reset registers
10*fc94a603SGregory CLEMENT
11*fc94a603SGregory CLEMENTcpurst: cpurst@20800 {
12*fc94a603SGregory CLEMENT       compatible = "marvell,armada-370-cpu-reset";
13*fc94a603SGregory CLEMENT       reg = <0x20800 0x20>;
14*fc94a603SGregory CLEMENT};
15