Sign in
googlers
/
maze
/
linux
/
e3e2775cedc9d6294b7bc7cbe9f59c62f9472871
/
.
/
Documentation
/
devicetree
/
bindings
/
arm
/
altera
/
socfpga-reset.txt
blob: ecdb57d69dbfbe90f2796be9aeea5bb6115e32aa [
file
] [
log
] [
blame
]
Altera SOCFPGA Reset Manager
Required properties:
- compatible : "altr,rst-mgr"
- reg : Should contain 1 register ranges(address and length)
Example:
rstmgr@ffd05000 {
compatible = "altr,rst-mgr";
reg = <0xffd05000 0x1000>;
};