Commit 757a4b29 authored by Manivannan Sadhasivam's avatar Manivannan Sadhasivam Committed by Wei Xu

arm64: dts: hisilicon: hi3670: Add reset controller support

Add reset controller support for HiSilicon HI3670 SoC.
Signed-off-by: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: default avatarWei Xu <xuwei5@hisilicon.com>
parent 258bbef0
......@@ -151,6 +151,13 @@ crg_ctrl: crg_ctrl@fff35000 {
#clock-cells = <1>;
};
crg_rst: crg_rst_controller {
compatible = "hisilicon,hi3670-reset",
"hisilicon,hi3660-reset";
#reset-cells = <2>;
hisi,rst-syscon = <&crg_ctrl>;
};
pctrl: pctrl@e8a09000 {
compatible = "hisilicon,hi3670-pctrl", "syscon";
reg = <0x0 0xe8a09000 0x0 0x1000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment