Loading...
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 | // SPDX-License-Identifier: BSD-3-Clause /* * Copyright (c) 2023, Linaro Limited */ /dts-v1/; #include "lemans.dtsi" /delete-node/ &pil_camera_mem; /delete-node/ &pil_adsp_mem; /delete-node/ &q6_adsp_dtb_mem; /delete-node/ &q6_gdsp0_dtb_mem; /delete-node/ &pil_gdsp0_mem; /delete-node/ &pil_gdsp1_mem; /delete-node/ &q6_gdsp1_dtb_mem; /delete-node/ &q6_cdsp0_dtb_mem; /delete-node/ &pil_cdsp0_mem; /delete-node/ &pil_gpu_mem; /delete-node/ &pil_cdsp1_mem; /delete-node/ &q6_cdsp1_dtb_mem; /delete-node/ &pil_cvp_mem; /delete-node/ &pil_video_mem; /delete-node/ &gunyah_md_mem; / { reserved-memory { #address-cells = <2>; #size-cells = <2>; ranges; tz_ffi_mem: tz-ffi@91c00000 { compatible = "shared-dma-pool"; reg = <0x0 0x91c00000 0x0 0x1400000>; no-map; }; pil_camera_mem: pil-camera@95200000 { reg = <0x0 0x95200000 0x0 0x500000>; no-map; }; pil_adsp_mem: pil-adsp@95c00000 { reg = <0x0 0x95c00000 0x0 0x1e00000>; no-map; }; pil_gdsp0_mem: pil-gdsp0@97b00000 { reg = <0x0 0x97b00000 0x0 0x1e00000>; no-map; }; pil_gdsp1_mem: pil-gdsp1@99900000 { reg = <0x0 0x99900000 0x0 0x1e00000>; no-map; }; pil_cdsp0_mem: pil-cdsp0@9b800000 { reg = <0x0 0x9b800000 0x0 0x1e00000>; no-map; }; pil_gpu_mem: pil-gpu@9d600000 { reg = <0x0 0x9d600000 0x0 0x2000>; no-map; }; pil_cdsp1_mem: pil-cdsp1@9d700000 { reg = <0x0 0x9d700000 0x0 0x1e00000>; no-map; }; pil_cvp_mem: pil-cvp@9f500000 { reg = <0x0 0x9f500000 0x0 0x700000>; no-map; }; pil_video_mem: pil-video@9fc00000 { reg = <0x0 0x9fc00000 0x0 0x700000>; no-map; }; audio_mdf_mem: audio-mdf-region@ae000000 { reg = <0x0 0xae000000 0x0 0x1000000>; no-map; }; hyptz_reserved_mem: hyptz-reserved@beb00000 { reg = <0x0 0xbeb00000 0x0 0x11500000>; no-map; }; trusted_apps_mem: trusted-apps@d1900000 { reg = <0x0 0xd1900000 0x0 0x3800000>; no-map; }; }; firmware { scm { memory-region = <&tz_ffi_mem>; }; }; }; |