diff options
| author | Sumit Garg <[email protected]> | 2022-08-04 19:57:13 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-08-26 10:55:45 -0400 |
| commit | 21ed4563cb942bdbe928a5366e02a130db74f13b (patch) | |
| tree | 222509061f71cf2e80c8756e62bcaaa1de6b1b35 | |
| parent | 9b6f90ca9251e9a2c366fb676b7f49f42287b8c7 (diff) | |
dts: qcs404-evb: Add reset controller node
Signed-off-by: Sumit Garg <[email protected]>
| -rw-r--r-- | arch/arm/dts/qcs404-evb.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/dts/qcs404-evb.dts b/arch/arm/dts/qcs404-evb.dts index 4f0ae20bdb3..3166b265ed2 100644 --- a/arch/arm/dts/qcs404-evb.dts +++ b/arch/arm/dts/qcs404-evb.dts @@ -54,6 +54,12 @@ #size-cells = <0x0>; }; + reset: gcc-reset@1800000 { + compatible = "qcom,gcc-reset-qcs404"; + reg = <0x1800000 0x80000>; + #reset-cells = <1>; + }; + debug_uart: serial@78b1000 { compatible = "qcom,msm-uartdm-v1.4"; reg = <0x78b1000 0x200>; |
