blob: 0ebb32286955224d1bf834194c3e6041106a0bbc [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 eeprom@$name {
12 compatible = "atmel,24c02";
13 reg = <$address>;
14 oemname1 = "$name";
15 pagesize = <64>;
16 };
17 };
18
19 };
20};