brcm,iproc-cdru.txt 488 B

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