forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-09-07 304d9fbae02622c15e7841ee99df942fdc1b43fa
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>;
   };