blob: 4c72e46a1c8a1daa2d9638b7e235f418db5926f9 [file] [log] [blame]
Vincent Guittote9b90f02024-03-14 11:51:34 +01001/dts-v1/;
2/plugin/;
3
4&{/} {
5 cpus {
6 cpu@0 {
7 clocks = <&scmi_dvfs 0>;
8 };
9
10 cpu@1 {
11 clocks = <&scmi_dvfs 0>;
12 };
13 };
14
15 firmware {
16 optee {
17 compatible = "linaro,optee-tz";
18 method = "smc";
19 };
20
21 scmi: scmi0 {
22 compatible = "linaro,scmi-optee";
23 #address-cells = <1>;
24 #size-cells = <0>;
25
26 linaro,optee-channel-id = <0x01>;
27
28 scmi_devpd: protocol@11 {
29 reg = <0x11>;
30 #power-domain-cells = <1>;
31 };
32
33 scmi_clk0: protocol@14 {
34 reg = <0x14>;
35 #clock-cells = <1>;
36 };
37
38 scmi_sensors0: protocol@15 {
39 reg = <0x15>;
40 #thermal-sensor-cells = <1>;
41 };
42
43 scmi_dvfs: protocol@13 {
44 reg = <0x13>;
45 #clock-cells = <1>;
46 linaro,optee-channel-id = <0x02>;
47 };
48 };
49 };
50};