summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/mfd/aspeed-scu.txt
blob: 4fc5b83726d6c6a6e90e971f9480f6851983d83d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
The Aspeed System Control Unit manages the global behaviour of the SoC,
configuring elements such as clocks, pinmux, and reset.

Required properties:
- compatible:	One of:
		"aspeed,ast2400-scu", "syscon", "simple-mfd"
		"aspeed,g4-scu", "syscon", "simple-mfd"
		"aspeed,ast2500-scu", "syscon", "simple-mfd"
		"aspeed,g5-scu", "syscon", "simple-mfd"

- reg:		contains the offset and length of the SCU memory region

Example:

syscon: syscon@1e6e2000 {
	compatible = "aspeed,ast2400-scu", "syscon", "simple-mfd";
	reg = <0x1e6e2000 0x1a8>;
};