Skip to content

Commit bee5051

Browse files
adeepnsuperna9999
authored andcommitted
arm64: dts: meson-axg: jethub-jxx add support for EEPROM
Add dts node for EEPROM placed on baseboard in JetHub D1+ devices. Signed-off-by: Viacheslav Bocharov <adeep@lexina.in> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20231102061233.3113249-1-adeep@lexina.in Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
1 parent be18d53 commit bee5051

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j110-rev-2.dts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,15 @@
3535
device-wake-gpios = <&gpio GPIOZ_6 GPIO_ACTIVE_HIGH>;
3636
};
3737
};
38+
39+
&i2c_AO {
40+
/* EEPROM on base board */
41+
eeprompd: eeprom@56 {
42+
compatible = "atmel,24c64";
43+
reg = <0x56>;
44+
pagesize = <0x20>;
45+
label = "eeprompd";
46+
address-width = <0x10>;
47+
vcc-supply = <&vddao_3v3>;
48+
};
49+
};

arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j110-rev-3.dts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,15 @@
2525
&sd_emmc_b {
2626
broken-cd;/* cd-gpios = <&gpio_ao GPIOAO_3 GPIO_ACTIVE_LOW>;*/
2727
};
28+
29+
&i2c_AO {
30+
/* EEPROM on base board */
31+
eeprompd: eeprom@56 {
32+
compatible = "atmel,24c64";
33+
reg = <0x56>;
34+
pagesize = <0x20>;
35+
label = "eeprompd";
36+
address-width = <0x10>;
37+
vcc-supply = <&vddao_3v3>;
38+
};
39+
};

0 commit comments

Comments
 (0)