mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-23 23:09:22 +07:00
arm64: tegra: Add FUSE block on Tegra186
The FUSE register block found on Tegra186 SoCs encodes various settings, such as calibration data for other blocks. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
94e25dc3a2
commit
85593b75ee
@ -265,6 +265,13 @@ sdmmc4: sdhci@3460000 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
fuse@3820000 {
|
||||
compatible = "nvidia,tegra186-efuse";
|
||||
reg = <0x0 0x03820000 0x0 0x10000>;
|
||||
clocks = <&bpmp TEGRA186_CLK_FUSE>;
|
||||
clock-names = "fuse";
|
||||
};
|
||||
|
||||
gic: interrupt-controller@3881000 {
|
||||
compatible = "arm,gic-400";
|
||||
#interrupt-cells = <3>;
|
||||
|
Loading…
Reference in New Issue
Block a user