blob: 33cba509060248eadb6d48337b0e09522169f727 [file] [log] [blame]
/dts-v1/;
/plugin/;
/ {
compatible = "$platform";
fragment@0{
target = <&i2c$bus>;
__overlay__{
#address-cells = <1>;
#size-cells = <0>;
status = "okay";
$Name: eeprom@$address {
compatible = "atmel,24c02";
reg = <0x$address>;
oemname1 = "$Name";
pagesize = <64>;
};
};
};
};