blob: 6ba35a385259cc61d88f3c84104424a409fa50b6 [file] [log] [blame]
James Feistc95cb142018-02-26 10:41:42 -08001/dts-v1/;
2/plugin/;
3/ {
4 compatible = "$platform";
5 fragment@0{
Jae Hyun Yoof2912382018-03-05 17:12:33 -08006 target = <&peci0>;
James Feistc95cb142018-02-26 10:41:42 -08007 __overlay__{
Jae Hyun Yoof2912382018-03-05 17:12:33 -08008 #address-cells = <1>;
9 #size-cells = <0>;
James Feistc95cb142018-02-26 10:41:42 -080010
Jae Hyun Yood0b3fb12018-03-20 16:44:36 -070011 peci-cputemp@Skylake_CPU_$cpu_id {
12 compatible = "intel,peci-cputemp";
13 oemname1 = "$name";
14 reg = <$address>;
15 status = "okay";
16 };
17
18 peci-dimmtemp@Skylake_CPU_$cpu_id {
19 compatible = "intel,peci-dimmtemp";
Jae Hyun Yoo9ef5a1d2018-03-13 20:40:06 -070020 oemname1 = "$name";
Jae Hyun Yoof2912382018-03-05 17:12:33 -080021 reg = <$address>;
22 status = "okay";
Jae Hyun Yoof2912382018-03-05 17:12:33 -080023 };
James Feistc95cb142018-02-26 10:41:42 -080024 };
25 };
26};