mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
arm64: dts: mediatek: mt7981: add efuse block
MT7981 (Filogic 820) uses efuse for storing calibration data. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20240514015154.11206-2-zajec5@gmail.com Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
parent
f80cfe9616
commit
454880d616
|
|
@ -116,6 +116,13 @@ pio: pinctrl@11d00000 {
|
|||
#interrupt-cells = <2>;
|
||||
};
|
||||
|
||||
efuse@11f20000 {
|
||||
compatible = "mediatek,mt7981-efuse", "mediatek,efuse";
|
||||
reg = <0 0x11f20000 0 0x1000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
};
|
||||
|
||||
clock-controller@15000000 {
|
||||
compatible = "mediatek,mt7981-ethsys", "syscon";
|
||||
reg = <0 0x15000000 0 0x1000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user