dts: arm: aspeed: add AST10X0 system reset control
Add system reset control device (sysrst), so that the drivers can assert/deassert its reset line through the public reset controller driver API. Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
This commit is contained in:
parent
f5794923a1
commit
a583a9d776
1 changed files with 5 additions and 0 deletions
|
|
@ -32,6 +32,11 @@
|
|||
compatible = "aspeed,ast10x0-clock";
|
||||
#clock-cells = <1>;
|
||||
};
|
||||
|
||||
sysrst: sysrst {
|
||||
compatible = "aspeed,ast10x0-reset";
|
||||
#reset-cells = <1>;
|
||||
};
|
||||
};
|
||||
|
||||
uart5: serial@7e784000 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue