arm: zynq: Fix eeprom dt nodes
- Use eeprom for node name - Use atmel compatible string instead of at. - Add missing labels Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
a3e10642da
commit
99a2e34d77
@ -54,8 +54,8 @@
|
||||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
|
||||
m24c02_eeprom@52 {
|
||||
compatible = "at,24c02";
|
||||
eeprom: eeprom@52 {
|
||||
compatible = "atmel,24c02";
|
||||
reg = <0x52>;
|
||||
};
|
||||
|
||||
|
@ -41,8 +41,8 @@
|
||||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
|
||||
m24c02_eeprom@52 {
|
||||
compatible = "at,24c02";
|
||||
eeprom: eeprom@52 {
|
||||
compatible = "atmel,24c02";
|
||||
reg = <0x52>;
|
||||
};
|
||||
};
|
||||
|
@ -37,8 +37,8 @@
|
||||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
|
||||
m24c02_eeprom@52 {
|
||||
compatible = "at,24c02";
|
||||
eeprom0: eeprom@52 {
|
||||
compatible = "atmel,24c02";
|
||||
reg = <0x52>;
|
||||
};
|
||||
};
|
||||
@ -47,8 +47,8 @@
|
||||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
|
||||
m24c02_eeprom@52 {
|
||||
compatible = "at,24c02";
|
||||
eeprom1: eeprom@52 {
|
||||
compatible = "atmel,24c02";
|
||||
reg = <0x52>;
|
||||
};
|
||||
};
|
||||
|
@ -67,7 +67,7 @@
|
||||
status = "okay";
|
||||
num-cs = <4>;
|
||||
is-decoded-cs = <0>;
|
||||
eeprom: at25@0 {
|
||||
eeprom: eeprom@0 {
|
||||
at25,byte-len = <8192>;
|
||||
at25,addr-mode = <2>;
|
||||
at25,page-size = <32>;
|
||||
|
Loading…
Reference in New Issue
Block a user