ARM: DT: tegra114: add pinmux DT entry
Add DT entry for pinmux and drive configuration addresses. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
parent
b16f9183c7
commit
031b77afc3
|
@ -54,6 +54,12 @@
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pinmux: pinmux {
|
||||||
|
compatible = "nvidia,tegra114-pinmux";
|
||||||
|
reg = <0x70000868 0x148 /* Pad control registers */
|
||||||
|
0x70003000 0x40c>; /* Mux registers */
|
||||||
|
};
|
||||||
|
|
||||||
serial@70006000 {
|
serial@70006000 {
|
||||||
compatible = "nvidia,tegra114-uart", "nvidia,tegra20-uart";
|
compatible = "nvidia,tegra114-uart", "nvidia,tegra20-uart";
|
||||||
reg = <0x70006000 0x40>;
|
reg = <0x70006000 0x40>;
|
||||||
|
|
Loading…
Reference in New Issue