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