mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 21:55:10 +07:00
f580fd3f9d
The MISC register block found on Tegra186 SoCs contains registers that can be used to identify a given chip and various strapping options. Signed-off-by: Thierry Reding <treding@nvidia.com>
13 lines
549 B
Plaintext
13 lines
549 B
Plaintext
NVIDIA Tegra186 MISC register block
|
|
|
|
The MISC register block found on Tegra186 SoCs contains registers that can be
|
|
used to identify a given chip and various strapping options.
|
|
|
|
Required properties:
|
|
- compatible: Must be:
|
|
- Tegra186: "nvidia,tegra186-misc"
|
|
- reg: Should contain 2 entries: The first entry gives the physical address
|
|
and length of the register region which contains revision and debug
|
|
features. The second entry specifies the physical address and length
|
|
of the register region indicating the strapping options.
|