blob: 3d32d71b3af1c4895ba0279d59a1597cbd1f7723 [file] [log] [blame]
James Feistc95cb142018-02-26 10:41:42 -08001/dts-v1/;
2/plugin/;
3/ {
4 compatible = "$platform";
5 fragment@0{
6 target = <&i2c$bus>;
7 __overlay__{
8 #address-cells = <1>;
9 #size-cells = <0>;
10 status = "okay";
11 tmp421@$name$name1 {
12 compatible = "ti,tmp421";
13 reg = <$address>;
14 oemname1 = "$name";
15 oemname2 = "$name1";
16 scale = "-3";
17 };
18 };
19
20 };
21};