Unverified Commit 8d8538a4 authored by Olof Johansson's avatar Olof Johansson
Browse files

Merge tag 'mstar-dt-5.14' of git://github.com/linux-chenxing/linux into arm/dt

parents d7fe0d42 8f610169
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -60,6 +60,14 @@ rtc_xtal: rtc_xtal {
			clock-frequency = <32768>;
			status = "disabled";
		};

		xtal_div2: xtal_div2 {
			#clock-cells = <0>;
			compatible = "fixed-factor-clock";
			clocks = <&xtal>;
			clock-div = <2>;
			clock-mult = <1>;
		};
	};

	soc: soc {
@@ -101,6 +109,12 @@ reboot {
				mask = <0x79>;
			};

			watchdog@6000 {
				compatible = "mstar,msc313e-wdt";
				reg = <0x6000 0x1f>;
				clocks = <&xtal_div2>;
			};

			intc_fiq: interrupt-controller@201310 {
				compatible = "mstar,mst-intc";
				reg = <0x201310 0x40>;