mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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>
This commit is contained in:
parent
be18d53c32
commit
bee505184f
2 changed files with 24 additions and 0 deletions
|
@ -35,3 +35,15 @@
|
|||
device-wake-gpios = <&gpio GPIOZ_6 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
};
|
||||
|
||||
&i2c_AO {
|
||||
/* EEPROM on base board */
|
||||
eeprompd: eeprom@56 {
|
||||
compatible = "atmel,24c64";
|
||||
reg = <0x56>;
|
||||
pagesize = <0x20>;
|
||||
label = "eeprompd";
|
||||
address-width = <0x10>;
|
||||
vcc-supply = <&vddao_3v3>;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -25,3 +25,15 @@
|
|||
&sd_emmc_b {
|
||||
broken-cd;/* cd-gpios = <&gpio_ao GPIOAO_3 GPIO_ACTIVE_LOW>;*/
|
||||
};
|
||||
|
||||
&i2c_AO {
|
||||
/* EEPROM on base board */
|
||||
eeprompd: eeprom@56 {
|
||||
compatible = "atmel,24c64";
|
||||
reg = <0x56>;
|
||||
pagesize = <0x20>;
|
||||
label = "eeprompd";
|
||||
address-width = <0x10>;
|
||||
vcc-supply = <&vddao_3v3>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue