提交 5c36aa6f 编写于 作者: A Ariel D'Alessandro 提交者: Joachim Eastwood

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: NAriel D'Alessandro <ariel@vanguardiasur.com.ar>
Signed-off-by: NJoachim Eastwood <manabian@gmail.com>
上级 8005c49d
...@@ -166,6 +166,17 @@ ...@@ -166,6 +166,17 @@
status = "disabled"; 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 { mac: ethernet@40010000 {
compatible = "nxp,lpc1850-dwmac", "snps,dwmac-3.611", "snps,dwmac"; compatible = "nxp,lpc1850-dwmac", "snps,dwmac-3.611", "snps,dwmac";
reg = <0x40010000 0x2000>; reg = <0x40010000 0x2000>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册