| /dts-v1/; | |
| /plugin/; | |
| / { | |
| compatible = "$Platform"; | |
| fragment@0{ | |
| target = <&peci0>; | |
| __overlay__{ | |
| #address-cells = <1>; | |
| #size-cells = <0>; | |
| Skylake_CPU_$CpuID: peci-client@$Address { | |
| compatible = "intel,peci-client"; | |
| oemname1 = "$Name"; | |
| reg = <0x$Address>; | |
| status = "okay"; | |
| }; | |
| }; | |
| }; | |
| }; |