diff options
author | Ariel D'Alessandro <ariel@vanguardiasur.com.ar> | 2015-11-17 17:02:55 -0300 |
---|---|---|
committer | Joachim Eastwood <manabian@gmail.com> | 2015-12-14 23:12:53 +0100 |
commit | 5c36aa6fda503b72a1b63e650abba62c46b96553 (patch) | |
tree | 416be4cf2af927e2ee7ff5b2d362c7147fac6448 /arch/arm/boot/dts/lpc18xx.dtsi | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec (diff) | |
download | linux-5c36aa6fda503b72a1b63e650abba62c46b96553.tar.gz linux-5c36aa6fda503b72a1b63e650abba62c46b96553.tar.bz2 linux-5c36aa6fda503b72a1b63e650abba62c46b96553.zip |
ARM: dts: lpc18xx: add EEPROM memory node
Add node for the NXP LPC18xx EEPROM memory which can be found in
NXP LPC185x/3x and LPC435x/3x/2x/1x devices.
Signed-off-by: Ariel D'Alessandro <ariel@vanguardiasur.com.ar>
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/lpc18xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/lpc18xx.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/lpc18xx.dtsi b/arch/arm/boot/dts/lpc18xx.dtsi index 52591d83e8cd..053a1f54f4bb 100644 --- a/arch/arm/boot/dts/lpc18xx.dtsi +++ b/arch/arm/boot/dts/lpc18xx.dtsi @@ -166,6 +166,17 @@ status = "disabled"; }; + eeprom: eeprom@4000e000 { + compatible = "nxp,lpc1857-eeprom"; + reg = <0x4000e000 0x1000>, <0x20040000 0x4000>; + reg-names = "reg", "mem"; + clocks = <&ccu1 CLK_CPU_EEPROM>; + clock-names = "eeprom"; + resets = <&rgu 27>; + interrupts = <4>; + status = "disabled"; + }; + mac: ethernet@40010000 { compatible = "nxp,lpc1850-dwmac", "snps,dwmac-3.611", "snps,dwmac"; reg = <0x40010000 0x2000>; |