~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/arm64/boot/dts/arm/juno-scmi.dtsi

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 / {
  2         etf@20010000 {
  3                 power-domains = <&scmi_devpd 8>;
  4         };
  5 
  6         tpiu@20030000 {
  7                 power-domains = <&scmi_devpd 8>;
  8         };
  9 
 10         funnel@20040000 {
 11                 power-domains = <&scmi_devpd 8>;
 12         };
 13 
 14         etr@20070000 {
 15                 power-domains = <&scmi_devpd 8>;
 16         };
 17 
 18         stm@20100000 {
 19                 power-domains = <&scmi_devpd 8>;
 20         };
 21 
 22         replicator@20120000 {
 23                 power-domains = <&scmi_devpd 8>;
 24         };
 25 
 26         funnel@220c0000 {
 27                 power-domains = <&scmi_devpd 8>;
 28         };
 29 
 30         funnel@230c0000 {
 31                 power-domains = <&scmi_devpd 8>;
 32         };
 33 
 34         hdlcd@7ff50000 {
 35                 clocks = <&scmi_clk 3>;
 36         };
 37 
 38         hdlcd@7ff60000 {
 39                 clocks = <&scmi_clk 3>;
 40         };
 41 
 42         /delete-node/ scpi;
 43 
 44         firmware {
 45                 scmi {
 46                         compatible = "arm,scmi";
 47                         mbox-names = "tx", "rx";
 48                         mboxes = <&mailbox 0 0 &mailbox 0 1>;
 49                         shmem = <&cpu_scp_lpri0 &cpu_scp_lpri1>;
 50                         #address-cells = <1>;
 51                         #size-cells = <0>;
 52 
 53                         scmi_devpd: protocol@11 {
 54                                 reg = <0x11>;
 55                                 #power-domain-cells = <1>;
 56                         };
 57 
 58                         scmi_dvfs: protocol@13 {
 59                                 reg = <0x13>;
 60                                 #clock-cells = <1>;
 61                                 mbox-names = "tx", "rx";
 62                                 mboxes = <&mailbox 1 0 &mailbox 1 1>;
 63                                 shmem = <&cpu_scp_hpri0 &cpu_scp_hpri1>;
 64                         };
 65 
 66                         scmi_clk: protocol@14 {
 67                                 reg = <0x14>;
 68                                 #clock-cells = <1>;
 69                         };
 70 
 71                         scmi_sensors0: protocol@15 {
 72                                 reg = <0x15>;
 73                                 #thermal-sensor-cells = <1>;
 74                         };
 75                 };
 76         };
 77 
 78         thermal-zones {
 79                 pmic-thermal {
 80                         thermal-sensors = <&scmi_sensors0 0>;
 81                 };
 82 
 83                 soc-thermal {
 84                         thermal-sensors = <&scmi_sensors0 3>;
 85                 };
 86 
 87                 big-cl-thermal {
 88                         thermal-sensors = <&scmi_sensors0 21>;
 89                 };
 90 
 91                 little-cl-thermal {
 92                         thermal-sensors = <&scmi_sensors0 22>;
 93                 };
 94 
 95                 gpu0-thermal {
 96                         thermal-sensors = <&scmi_sensors0 23>;
 97                 };
 98 
 99                 gpu1-thermal {
100                         thermal-sensors = <&scmi_sensors0 24>;
101                 };
102         };
103 
104 };
105 
106 &A53_0 {
107         clocks = <&scmi_dvfs 1>;
108 };
109 &A53_1 {
110         clocks = <&scmi_dvfs 1>;
111 };
112 &A53_2 {
113         clocks = <&scmi_dvfs 1>;
114 };
115 &A53_3 {
116         clocks = <&scmi_dvfs 1>;
117 };
118 
119 &cpu_debug0 {
120         power-domains = <&scmi_devpd 8>;
121 };
122 &cpu_debug1 {
123         power-domains = <&scmi_devpd 8>;
124 };
125 &cpu_debug2 {
126         power-domains = <&scmi_devpd 8>;
127 };
128 &cpu_debug3 {
129         power-domains = <&scmi_devpd 8>;
130 };
131 &cpu_debug4 {
132         power-domains = <&scmi_devpd 8>;
133 };
134 &cpu_debug5 {
135         power-domains = <&scmi_devpd 8>;
136 };
137 
138 &etm0 {
139         power-domains = <&scmi_devpd 8>;
140 };
141 &etm1 {
142         power-domains = <&scmi_devpd 8>;
143 };
144 &etm2 {
145         power-domains = <&scmi_devpd 8>;
146 };
147 &etm3 {
148         power-domains = <&scmi_devpd 8>;
149 };
150 &etm4 {
151         power-domains = <&scmi_devpd 8>;
152 };
153 &etm5 {
154         power-domains = <&scmi_devpd 8>;
155 };
156 
157 &cti0 {
158         power-domains = <&scmi_devpd 8>;
159 };
160 &cti1 {
161         power-domains = <&scmi_devpd 8>;
162 };
163 &cti2 {
164         power-domains = <&scmi_devpd 8>;
165 };
166 &cti3 {
167         power-domains = <&scmi_devpd 8>;
168 };
169 &cti4 {
170         power-domains = <&scmi_devpd 8>;
171 };
172 &cti5 {
173         power-domains = <&scmi_devpd 8>;
174 };
175 &cti_sys0 {
176         power-domains = <&scmi_devpd 8>;
177 };
178 &cti_sys1 {
179         power-domains = <&scmi_devpd 8>;
180 };
181 
182 &gpu {
183         clocks = <&scmi_dvfs 2>;
184         power-domains = <&scmi_devpd 9>;
185 };
186 
187 &mailbox {
188         compatible = "arm,mhu-doorbell", "arm,primecell";
189         #mbox-cells = <2>;
190 };
191 
192 &smmu_etr {
193         power-domains = <&scmi_devpd 8>;
194 };
195 
196 &smmu_gpu {
197         power-domains = <&scmi_devpd 9>;
198 };
199 
200 &sram {
201         /delete-node/ scp-sram@0;
202         /delete-node/ scp-sram@200;
203 
204         cpu_scp_lpri0: scp-sram@0 {
205                 compatible = "arm,scmi-shmem";
206                 reg = <0x0 0x80>;
207         };
208 
209         cpu_scp_lpri1: scp-sram@80 {
210                 compatible = "arm,scmi-shmem";
211                 reg = <0x80 0x80>;
212         };
213 
214         cpu_scp_hpri0: scp-sram@100 {
215                 compatible = "arm,scmi-shmem";
216                 reg = <0x100 0x80>;
217         };
218 
219         cpu_scp_hpri1: scp-sram@180 {
220                 compatible = "arm,scmi-shmem";
221                 reg = <0x180 0x80>;
222         };
223 };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php