Skip to content

Commit f456a48

Browse files
author
Codrin Ciubotariu
committed
ARM: dts: at91: sam9x60ek: Enable EEPROM with board model name
Enable the EEPROM which includes the name of the board model. Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
1 parent fca6add commit f456a48

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

arch/arm/boot/dts/at91-sam9x60ek.dts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,13 @@
311311
pinctrl-0 = <&pinctrl_flx0_default>;
312312
atmel,fifo-size = <16>;
313313
status = "okay";
314+
eeprom@53 {
315+
compatible = "atmel,24c32";
316+
reg = <0x53>;
317+
pagesize = <16>;
318+
size = <128>;
319+
status = "okay";
320+
};
314321
};
315322
};
316323

0 commit comments

Comments
 (0)