mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-10 16:06:41 +00:00
arm64: dts: amlogic: add reset controller for Amlogic C3 SoC
Add the reset controller device of Amlogic C3 SoC family Signed-off-by: Zelong Dong <zelong.dong@amlogic.com> Reviewed-by: Dmitry Rokosov <ddrokosov@sberdevices.ru> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20230914064018.18790-4-zelong.dong@amlogic.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
parent
6613476e22
commit
1e75c2276a
@ -6,6 +6,7 @@
|
|||||||
#include <dt-bindings/interrupt-controller/irq.h>
|
#include <dt-bindings/interrupt-controller/irq.h>
|
||||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
|
#include <dt-bindings/reset/amlogic,c3-reset.h>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
cpus {
|
cpus {
|
||||||
@ -81,6 +82,12 @@
|
|||||||
#size-cells = <2>;
|
#size-cells = <2>;
|
||||||
ranges = <0x0 0x0 0x0 0xfe000000 0x0 0x480000>;
|
ranges = <0x0 0x0 0x0 0xfe000000 0x0 0x480000>;
|
||||||
|
|
||||||
|
reset: reset-controller@2000 {
|
||||||
|
compatible = "amlogic,c3-reset";
|
||||||
|
reg = <0x0 0x2000 0x0 0x98>;
|
||||||
|
#reset-cells = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
watchdog@2100 {
|
watchdog@2100 {
|
||||||
compatible = "amlogic,c3-wdt", "amlogic,t7-wdt";
|
compatible = "amlogic,c3-wdt", "amlogic,t7-wdt";
|
||||||
reg = <0x0 0x2100 0x0 0x10>;
|
reg = <0x0 0x2100 0x0 0x10>;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user