Commit 5f6b33f4 authored by Claudiu Beznea's avatar Claudiu Beznea Committed by Alexandre Belloni
Browse files

ARM: dts: sam9x60: add rtt

parent 73554069
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -309,6 +309,10 @@
	};
};

&gpbr {
	status = "okay";
};

&i2s {
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_i2s_default>;
@@ -636,6 +640,11 @@
	};
};

&rtt {
	atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
	status = "okay";
};

&shutdown_controller {
	atmel,shdwc-debouncer = <976>;
	status = "okay";
+7 −0
Original line number Diff line number Diff line
@@ -661,6 +661,13 @@
				status = "disabled";
			};

			rtt: rtt@fffffe20 {
				compatible = "microchip,sam9x60-rtt", "atmel,at91sam9260-rtt";
				reg = <0xfffffe20 0x20>;
				interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
				clocks = <&clk32k 0>;
			};

			pit: timer@fffffe40 {
				compatible = "atmel,at91sam9260-pit";
				reg = <0xfffffe40 0x10>;