blob: e4b8325402ce198e026356f4f0b7972b89c126c0 [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 {
Jae Hyun Yoo5211e5f2018-07-25 10:01:58 -070012 compatible = "intel,peci-client";
James Feistd63d18a2018-07-19 15:23:45 -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};