]> git.ipfire.org Git - thirdparty/u-boot.git/blob - Bindings/mfd/brcm,iproc-cdru.txt
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / Bindings / mfd / brcm,iproc-cdru.txt
1 Broadcom iProc Chip Device Resource Unit (CDRU)
2
3 Various Broadcom iProc SoCs have a set of registers that provide various
4 chip specific device and resource configurations. This node allows access to
5 these CDRU registers via syscon.
6
7 Required properties:
8 - compatible: should contain:
9 "brcm,sr-cdru", "syscon" for Stingray
10 - reg: base address and range of the CDRU registers
11
12 Example:
13 cdru: syscon@6641d000 {
14 compatible = "brcm,sr-cdru", "syscon";
15 reg = <0 0x6641d000 0 0x400>;
16 };