mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02: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
|
|
@ -35,3 +35,15 @@ bluetooth {
|
|||
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 @@ memory@0 {
|
|||
&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…
Reference in New Issue
Block a user