Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cfc95173 authored by Joel Stanley's avatar Joel Stanley Committed by Lee Jones
Browse files

dt-bindings: aspeed-scu: Add clock and reset properties

parent 2bd6bf03
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -9,10 +9,16 @@ Required properties:
		"aspeed,g5-scu", "syscon", "simple-mfd"

- reg:		contains the offset and length of the SCU memory region
- #clock-cells: should be set to <1> - the system controller is also a
	clock provider
- #reset-cells: should be set to <1> - the system controller is also a
	reset line provider

Example:

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