Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94e25dc3 authored by Thierry Reding's avatar Thierry Reding
Browse files

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: default avatarThierry Reding <treding@nvidia.com>
parent 029ab5ea
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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";