hc
2023-02-18 a08c8b75ee83d7f62c9aefc23bfb42082aa4076c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Broadcom iProc Chip Device Resource Unit (CDRU)
 
Various Broadcom iProc SoCs have a set of registers that provide various
chip specific device and resource configurations. This node allows access to
these CDRU registers via syscon.
 
Required properties:
- compatible: should contain:
       "brcm,sr-cdru", "syscon" for Stingray
- reg: base address and range of the CDRU registers
 
Example:
   cdru: syscon@6641d000 {
       compatible = "brcm,sr-cdru", "syscon";
       reg = <0 0x6641d000 0 0x400>;
   };