On 9/4/25 6:39 PM, Wasim Nazir wrote: > From: Monish Chunara <quic_mchunara@xxxxxxxxxxx> > > Integrate the GT24C256C EEPROM via I2C to enable access to > board-specific non-volatile data. > > Also, define an nvmem-layout to expose structured regions within the > EEPROM, allowing consumers to retrieve configuration data such as > Ethernet MAC addresses via the nvmem subsystem. > > Signed-off-by: Monish Chunara <quic_mchunara@xxxxxxxxxxx> > Signed-off-by: Wasim Nazir <wasim.nazir@xxxxxxxxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/lemans-evk.dts | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/lemans-evk.dts b/arch/arm64/boot/dts/qcom/lemans-evk.dts > index c48cb4267b72..30c3e5bead07 100644 > --- a/arch/arm64/boot/dts/qcom/lemans-evk.dts > +++ b/arch/arm64/boot/dts/qcom/lemans-evk.dts > @@ -319,6 +319,18 @@ expander3: gpio@3b { > #gpio-cells = <2>; > gpio-controller; > }; > + > + eeprom@50 { > + compatible = "giantec,gt24c256c", "atmel,24c256"; > + reg = <0x50>; > + pagesize = <64>; > + I'm not super happy that this would be the only line of defense, but you probably want to add 'read-only' to the eeprom node (or not) Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx> Konrad