arm64: dts: mediatek: mt7622: add 'soc-uuid' cell to efuse

The efuse of the MediaTek MT7622 contains an 8-byte unique identifier.
Add a 'soc-uuid' cell covering those 8 bytes to the nvmem defininition
of the efuse to allow easy access from userspace, eg. to generate a
persistent random MAC address on boards like the BananaPi R64 which
doesn't have any factory-assigned addresses.

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
Daniel Golle 2025-09-20 12:56:42 +01:00 committed by AngeloGioacchino Del Regno
parent 36712c5cf9
commit 79fb9654a2
No known key found for this signature in database
GPG Key ID: 9A3604CFAD978478

View File

@ -278,6 +278,10 @@ efuse: efuse@10206000 {
#address-cells = <1>;
#size-cells = <1>;
soc-uuid@140 {
reg = <0x140 0x8>;
};
thermal_calibration: calib@198 {
reg = <0x198 0xc>;
};