Commit 031b77af authored by Laxman Dewangan's avatar Laxman Dewangan Committed by Stephen Warren

ARM: DT: tegra114: add pinmux DT entry

Add DT entry for pinmux and drive configuration addresses.
Signed-off-by: default avatarLaxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent b16f9183
......@@ -54,6 +54,12 @@ gpio: gpio {
interrupt-controller;
};
pinmux: pinmux {
compatible = "nvidia,tegra114-pinmux";
reg = <0x70000868 0x148 /* Pad control registers */
0x70003000 0x40c>; /* Mux registers */
};
serial@70006000 {
compatible = "nvidia,tegra114-uart", "nvidia,tegra20-uart";
reg = <0x70006000 0x40>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment