blob: 90672c80bc7df174b34f3f5eb0e6b98a06e48e79 [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 Yood9c26d72018-05-31 10:58:36 -070011 peci-client@Skylake_CPU_$cpu_id {
12 compatible = "intel,peci-client", "simple-mfd";
Jae Hyun Yoo9ef5a1d2018-03-13 20:40:06 -070013 oemname1 = "$name";
Jae Hyun Yoof2912382018-03-05 17:12:33 -080014 reg = <$address>;
15 status = "okay";
Jae Hyun Yoof2912382018-03-05 17:12:33 -080016 };
James Feistc95cb142018-02-26 10:41:42 -080017 };
18 };
19};