boards: st: b_u585i_iot02a: Add eeprom child node in i2c2

Added eeprom devicetree support for b_u585i_iot02a board.

Signed-off-by: Arunmani Alagarsamy <arunmani.a@capgemini.com>
This commit is contained in:
Arunmani Alagarsamy 2024-04-02 19:42:35 +05:30 committed by Anas Nashif
parent 6de30457b8
commit e69d5d83d3

View file

@ -38,6 +38,7 @@
die-temp0 = &die_temp;
volt-sensor0 = &vref1;
volt-sensor1 = &vbat4;
eeprom-0 = &eeprom0;
};
};
@ -189,6 +190,16 @@ stm32_lp_tick_source: &lptim1 {
drdy-gpios = <&gpiog 2 GPIO_ACTIVE_HIGH>;
};
eeprom0:eeprom@56 {
compatible = "atmel,at24";
reg = <0x56>;
status = "okay";
size = <DT_SIZE_K(32)>;
pagesize = <64>;
address-width = <16>;
timeout = <5>;
};
hts221@5f {
compatible = "st,hts221";
reg = <0x5f>;