mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-14 22:44:27 +08:00
arm64: dts: mediatek: mt8516: add efuse node
Add node to support e-fuses on MT8516 Signed-off-by: Fabien Parent <fparent@baylibre.com> Link: https://lore.kernel.org/r/20201016171837.3261310-2-fparent@baylibre.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
parent
87e218ae97
commit
17fb46bf56
@ -237,6 +237,13 @@
|
||||
interrupts = <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
efuse: efuse@10009000 {
|
||||
compatible = "mediatek,mt8516-efuse", "mediatek,efuse";
|
||||
reg = <0 0x10009000 0 0x1000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
};
|
||||
|
||||
pwrap: pwrap@1000f000 {
|
||||
compatible = "mediatek,mt8516-pwrap";
|
||||
reg = <0 0x1000f000 0 0x1000>;
|
||||
|
Loading…
Reference in New Issue
Block a user