boards: add more details to atmel,at24 compatibles where known
Add more specific compatible strings to existing atmel,at24 compatible I2C EEPROMs where known. This is strictly for documentation purposes, no functional changes introduced. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
b711caea6d
commit
a9f5382861
4 changed files with 9 additions and 9 deletions
|
@ -63,7 +63,7 @@
|
|||
status = "okay";
|
||||
|
||||
eeprom: eeprom@51 {
|
||||
compatible = "atmel,at24";
|
||||
compatible = "microchip,at24lc32a", "atmel,at24";
|
||||
status = "okay";
|
||||
reg = <0x51>;
|
||||
size = <4096>;
|
||||
|
|
|
@ -152,7 +152,7 @@
|
|||
pinctrl-1 = <&i2c1_sleep>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
at24c256@50 {
|
||||
compatible = "atmel,at24";
|
||||
compatible = "atmel,at24c256", "atmel,at24";
|
||||
reg = <0x50>;
|
||||
size = <32768>;
|
||||
pagesize = <64>;
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
status = "okay";
|
||||
|
||||
eeprom0_lmp90100_evb: eeprom@57 {
|
||||
compatible = "atmel,at24";
|
||||
compatible = "atmel,at24c02", "atmel,at24";
|
||||
reg = <0x57>;
|
||||
size = <256>;
|
||||
pagesize = <8>;
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
eeprom0_x_nucleo_eeprma2: eeprom@54 {
|
||||
/* M24C02-FMC6TG aka U1 (2 kbit eeprom in DFN8 package) */
|
||||
compatible = "st,m24xxx", "atmel,at24";
|
||||
compatible = "st,m24c02", "st,m24xxx", "atmel,at24";
|
||||
reg = <0x54>;
|
||||
size = <256>;
|
||||
pagesize = <16>;
|
||||
|
@ -33,7 +33,7 @@
|
|||
|
||||
eeprom1_x_nucleo_eeprma2: eeprom@55 {
|
||||
/* M24256-DFDW6TP aka U2 (256 kbit eeprom in TSSOP package) */
|
||||
compatible = "st,m24xxx", "atmel,at24";
|
||||
compatible = "st,m24256", "st,m24xxx", "atmel,at24";
|
||||
reg = <0x55>;
|
||||
size = <DT_SIZE_K(32)>;
|
||||
pagesize = <64>;
|
||||
|
@ -46,7 +46,7 @@
|
|||
|
||||
eeprom2_x_nucleo_eeprma2: eeprom@56 {
|
||||
/* M24M01-DFMN6TP aka U3 (1 Mbit eeprom in SO8N package) */
|
||||
compatible = "st,m24xxx", "atmel,at24";
|
||||
compatible = "st,m24m01", "st,m24xxx", "atmel,at24";
|
||||
reg = <0x56>;
|
||||
size = <DT_SIZE_K(128)>;
|
||||
pagesize = <256>;
|
||||
|
@ -82,7 +82,7 @@
|
|||
|
||||
eeprom4_x_nucleo_eeprma2: eeprom_m95040@0 {
|
||||
/* M95040-RMC6TG aka U5 (4 kbit eeprom in DFN8 package) */
|
||||
compatible = "st,m95xxx", "atmel,at25";
|
||||
compatible = "st,m95040", "st,m95xxx", "atmel,at25";
|
||||
reg = <0x00>;
|
||||
size = <512>;
|
||||
pagesize = <16>;
|
||||
|
@ -96,7 +96,7 @@
|
|||
|
||||
eeprom5_x_nucleo_eeprma2: eeprom_m95256@1 {
|
||||
/* M95256-DFDW6TP aka U6 (256 kbit eeprom in TSSOP package) */
|
||||
compatible = "st,m95xxx", "atmel,at25";
|
||||
compatible = "st,m95256", "st,m95xxx", "atmel,at25";
|
||||
reg = <0x01>;
|
||||
size = <DT_SIZE_K(32)>;
|
||||
pagesize = <64>;
|
||||
|
@ -110,7 +110,7 @@
|
|||
|
||||
eeprom6_x_nucleo_eeprma2: eeprom_m95m04@2 {
|
||||
/* M95M04-DRMN6TP aka U7 (4 Mbit eeprom in SON8 package) */
|
||||
compatible = "st,m95xxx", "atmel,at25";
|
||||
compatible = "st,m95m04", "st,m95xxx", "atmel,at25";
|
||||
reg = <0x02>;
|
||||
size = <DT_SIZE_K(512)>;
|
||||
pagesize = <512>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue