mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-20 13:41:45 +00:00
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:
parent
7277a07103
commit
03ae7601a0
1 changed files with 2 additions and 2 deletions
|
@ -231,9 +231,9 @@
|
|||
};
|
||||
|
||||
eeprom@50 {
|
||||
compatible = "atmel,24c04";
|
||||
compatible = "atmel,24c02";
|
||||
reg = <0x50>;
|
||||
pagesize = <16>;
|
||||
pagesize = <8>;
|
||||
};
|
||||
|
||||
ext_gpio: ext_gpio@74 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue