Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8455dd0d authored by Sanchayan Maity's avatar Sanchayan Maity Committed by Shawn Guo
Browse files

ARM: dts: vfxxx: Add SNVS node



Add device tree node for the Secure Non-Volatile Storage
(SNVS) on the VF610 platform. The SNVS block also has a
Real Time Counter (RTC).

Signed-off-by: default avatarSanchayan Maity <maitysanchayan@gmail.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 5d15798b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -130,6 +130,10 @@
	interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
};

&snvsrtc {
	interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
};

&src {
	interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
};
+14 −0
Original line number Diff line number Diff line
@@ -351,6 +351,20 @@
				status = "disabled";
			};

			snvs0: snvs@400a7000 {
			    compatible = "fsl,sec-v4.0-mon", "simple-bus";
				#address-cells = <1>;
				#size-cells = <1>;
				ranges = <0 0x400a7000 0x2000>;

				snvsrtc: snvs-rtc-lp@34 {
					compatible = "fsl,sec-v4.0-mon-rtc-lp";
					reg = <0x34 0x58>;
					clocks = <&clks VF610_CLK_SNVS>;
					clock-names = "snvs-rtc";
				};
			};

			uart4: serial@400a9000 {
				compatible = "fsl,vf610-lpuart";
				reg = <0x400a9000 0x1000>;