225-ARM-dts-at91-sama7g5-add-securam-node.patch 1.1 KB

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