Commit c46952d2 authored by Zelong Dong's avatar Zelong Dong Committed by Neil Armstrong
Browse files

arm64: dts: meson: add reset controller for Meson-S4 SoC

parent ad414ddf
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -127,6 +127,12 @@ uart_B: serial@7a000 {
				clocks = <&xtal>, <&xtal>, <&xtal>;
				clock-names = "xtal", "pclk", "baud";
			};

			reset: reset-controller@2000 {
				compatible = "amlogic,meson-s4-reset";
				reg = <0x0 0x2000 0x0 0x98>;
				#reset-cells = <1>;
			};
		};
	};
};