starfive: add new target for StarFive JH7100/7110 SoC
[openwrt/staging/981213.git] / target / linux / starfive / patches-6.1 / 0119-riscv-dts-visionfive2-add-EEPROM-node.patch
1 From 6d91484ec63526def63be4097c28790f25d647b8 Mon Sep 17 00:00:00 2001
2 From: Zoltan HERPAI <wigyori@uid0.hu>
3 Date: Thu, 10 Aug 2023 23:23:15 +0200
4 Subject: [PATCH 119/122] riscv: dts: visionfive2: add EEPROM node
5
6 Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
7 ---
8 .../boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi | 6 ++++++
9 1 file changed, 6 insertions(+)
10
11 --- a/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi
12 +++ b/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi
13 @@ -239,6 +239,12 @@
14 pinctrl-0 = <&i2c5_pins>;
15 status = "okay";
16
17 + eeprom@50 {
18 + compatible = "atmel,24c04";
19 + reg = <0x50>;
20 + pagesize = <16>;
21 + };
22 +
23 axp15060: pmic@36 {
24 compatible = "x-powers,axp15060";
25 reg = <0x36>;