blob: 745d82401b578df22ed86bff18827a581fb73044 [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";
Jae Hyun Yoo6d1d0142018-07-25 10:07:43 -070011 $Name$Name1: tmp421@$address {
James Feistc95cb142018-02-26 10:41:42 -080012 compatible = "ti,tmp421";
Jae Hyun Yoo6d1d0142018-07-25 10:07:43 -070013 reg = <0x$address>;
James Feistd63d18a2018-07-19 15:23:45 -070014 oemname1 = "$Name";
15 oemname2 = "$Name1";
James Feistc95cb142018-02-26 10:41:42 -080016 scale = "-3";
17 };
18 };
19
20 };
21};