0039-arm-dts-sunxi-h3-Add-nodes-for-AR100-remoteproc.patch 1021 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. From 2fdd94449c2668b4ff69326ff8d5daabdf2c9f00 Mon Sep 17 00:00:00 2001
  2. From: Samuel Holland <[email protected]>
  3. Date: Sat, 9 Oct 2021 15:04:16 -0500
  4. Subject: [PATCH 39/90] arm: dts: sunxi: h3: Add nodes for AR100 remoteproc
  5. Signed-off-by: Samuel Holland <[email protected]>
  6. ---
  7. arch/arm/dts/sun8i-h3.dtsi | 14 ++++++++++++++
  8. 1 file changed, 14 insertions(+)
  9. --- a/arch/arm/dts/sun8i-h3.dtsi
  10. +++ b/arch/arm/dts/sun8i-h3.dtsi
  11. @@ -170,6 +170,14 @@
  12. #size-cells = <1>;
  13. ranges;
  14. + sram_a2: sram@40000 {
  15. + compatible = "mmio-sram";
  16. + reg = <0x00040000 0xc000>;
  17. + #address-cells = <1>;
  18. + #size-cells = <1>;
  19. + ranges = <0 0x00040000 0xc000>;
  20. + };
  21. +
  22. sram_c: sram@1d00000 {
  23. compatible = "mmio-sram";
  24. reg = <0x01d00000 0x80000>;
  25. @@ -239,6 +247,12 @@
  26. nvmem-cell-names = "calibration";
  27. #thermal-sensor-cells = <0>;
  28. };
  29. +
  30. + remoteproc@1f01c00 {
  31. + compatible = "allwinner,sun6i-a31-ar100";
  32. + reg = <0x01f01c00 0x400>;
  33. + sram = <&sram_a2>;
  34. + };
  35. };
  36. thermal-zones {