1*fc94a603SGregory CLEMENTMVEBU CPU Config registers 2*fc94a603SGregory CLEMENT-------------------------- 3*fc94a603SGregory CLEMENT 4*fc94a603SGregory CLEMENTMVEBU (Marvell SOCs: Armada 370/XP) 5*fc94a603SGregory CLEMENT 6*fc94a603SGregory CLEMENTRequired properties: 7*fc94a603SGregory CLEMENT 8*fc94a603SGregory CLEMENT- compatible: one of: 9*fc94a603SGregory CLEMENT - "marvell,armada-370-cpu-config" 10*fc94a603SGregory CLEMENT - "marvell,armada-xp-cpu-config" 11*fc94a603SGregory CLEMENT 12*fc94a603SGregory CLEMENT- reg: Should contain CPU config registers location and length, in 13*fc94a603SGregory CLEMENT their per-CPU variant 14*fc94a603SGregory CLEMENT 15*fc94a603SGregory CLEMENTExample: 16*fc94a603SGregory CLEMENT 17*fc94a603SGregory CLEMENT cpu-config@21000 { 18*fc94a603SGregory CLEMENT compatible = "marvell,armada-xp-cpu-config"; 19*fc94a603SGregory CLEMENT reg = <0x21000 0x8>; 20*fc94a603SGregory CLEMENT }; 21