mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
ARM: dts: stm32: Describe M24256E write-lockable page in DH STM32MP13xx DHCOR SoM DT
The STM32MP13xx DHCOR SoM is populated with M24256E EEPROM which has Additional Write lockable page at separate I2C address. Describe the page in DT to make it available. Note that the WLP page on this device is hardware write-protected by R37 which pulls the nWC signal high to VDD_3V3_1V8 power rail. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
parent
cc971f091f
commit
3f2e7d1673
@ -201,6 +201,12 @@
|
||||
pagesize = <64>;
|
||||
};
|
||||
|
||||
eeprom0wl: eeprom@58 {
|
||||
compatible = "st,24256e-wl"; /* ST M24256E WL page of 0x50 */
|
||||
pagesize = <64>;
|
||||
reg = <0x58>;
|
||||
};
|
||||
|
||||
rv3032: rtc@51 {
|
||||
compatible = "microcrystal,rv3032";
|
||||
reg = <0x51>;
|
||||
|
Loading…
Reference in New Issue
Block a user