ARM: dts: lpc4357: enable EEPROM memory

Enable EEPROM for all LPC435x/3x/2x/1x controllers that include
the 16 kB EEPROM device.

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
This commit is contained in:
Joachim Eastwood 2015-12-14 23:03:50 +01:00
parent 5c36aa6fda
commit 7d775d34b1

View file

@ -37,3 +37,7 @@ sram2: sram@20000000 {
};
};
};
&eeprom {
status = "okay";
};