Back to home page

OSCL-LXR

 
 

    


0001 Broadcom iProc Chip Device Resource Unit (CDRU)
0002 
0003 Various Broadcom iProc SoCs have a set of registers that provide various
0004 chip specific device and resource configurations. This node allows access to
0005 these CDRU registers via syscon.
0006 
0007 Required properties:
0008 - compatible: should contain:
0009                 "brcm,sr-cdru", "syscon" for Stingray
0010 - reg: base address and range of the CDRU registers
0011 
0012 Example:
0013         cdru: syscon@6641d000 {
0014                 compatible = "brcm,sr-cdru", "syscon";
0015                 reg = <0 0x6641d000 0 0x400>;
0016         };