riscv: dts: change eeprom model for devkits

change eeprom model for devkits

Signed-off-by: Ziv Xu <ziv.xu@starfivetech.com>
This commit is contained in:
Ziv Xu 2024-02-18 17:26:22 +08:00
parent 7277a07103
commit 03ae7601a0

View file

@ -231,9 +231,9 @@
};
eeprom@50 {
compatible = "atmel,24c04";
compatible = "atmel,24c02";
reg = <0x50>;
pagesize = <16>;
pagesize = <8>;
};
ext_gpio: ext_gpio@74 {