arm64: tegra: Add MISC registers on Tegra186
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>
This commit is contained in:
Родитель
029ab5eaf0
Коммит
94e25dc3a2
|
@ -13,6 +13,12 @@
|
|||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
|
||||
misc@100000 {
|
||||
compatible = "nvidia,tegra186-misc";
|
||||
reg = <0x0 0x00100000 0x0 0xf000>,
|
||||
<0x0 0x0010f000 0x0 0x1000>;
|
||||
};
|
||||
|
||||
gpio: gpio@2200000 {
|
||||
compatible = "nvidia,tegra186-gpio";
|
||||
reg-names = "security", "gpio";
|
||||
|
|
Загрузка…
Ссылка в новой задаче