blob: 34a97e3666b6973ce6dc3b5ab3d82ef8bb0e8e36 [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>;
};
};
};
};