Browse Source

riscv: dts: change eeprom model for devkits

change eeprom model for devkits

Signed-off-by: Ziv Xu <ziv.xu@starfivetech.com>
Ziv Xu 2 months ago
parent
commit
03ae7601a0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      arch/riscv/dts/starfive_devkits.dts

+ 2 - 2
arch/riscv/dts/starfive_devkits.dts

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