ath25: switch default kernel to 5.15
[openwrt/staging/wigyori.git] / target / linux / at91 / patches-5.10 / 225-ARM-dts-at91-sama7g5-add-securam-node.patch
1 From 1da1aae0b207d6a5ac7c3070b8d7c6ef61a32d71 Mon Sep 17 00:00:00 2001
2 From: Claudiu Beznea <claudiu.beznea@microchip.com>
3 Date: Mon, 23 Aug 2021 16:19:14 +0300
4 Subject: [PATCH 225/247] ARM: dts: at91: sama7g5: add securam node
5
6 Add securam node.
7
8 Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
9 Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
10 Link: https://lore.kernel.org/r/20210823131915.23857-4-claudiu.beznea@microchip.com
11 ---
12 arch/arm/boot/dts/sama7g5.dtsi | 11 +++++++++++
13 1 file changed, 11 insertions(+)
14
15 --- a/arch/arm/boot/dts/sama7g5.dtsi
16 +++ b/arch/arm/boot/dts/sama7g5.dtsi
17 @@ -75,6 +75,17 @@
18 #size-cells = <1>;
19 ranges;
20
21 + securam: securam@e0000000 {
22 + compatible = "microchip,sama7g5-securam", "atmel,sama5d2-securam", "mmio-sram";
23 + reg = <0xe0000000 0x4000>;
24 + clocks = <&pmc PMC_TYPE_PERIPHERAL 18>;
25 + #address-cells = <1>;
26 + #size-cells = <1>;
27 + ranges = <0 0xe0000000 0x4000>;
28 + no-memory-wc;
29 + status = "okay";
30 + };
31 +
32 secumod: secumod@e0004000 {
33 compatible = "microchip,sama7g5-secumod", "atmel,sama5d2-secumod", "syscon";
34 reg = <0xe0004000 0x4000>;