aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/arm/altera/socfpga-system.txt
blob: 07c65e3cdcbe1245575d89ef9b3005b9242ad707 (plain)
1
2
3
4
5
6
7
8
9
10
11
Altera SOCFPGA System Manager

Required properties:
- compatible : "altr,sys-mgr"
- reg : Should contain 1 register ranges(address and length)

Example:
	 sysmgr@ffd08000 {
		compatible = "altr,sys-mgr";
		reg = <0xffd08000 0x1000>;
	};