ARM: tegra: colibri_t30: annotate uarts and move compatible to board

Annotate UARTs and move the serial UART "nvidia,tegra30-hsuart"
compatible definitions from the carrier board to the module level device
trees. One could still override this in a custom carrier board device
tree if required.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Marcel Ziswiler
2018-09-01 10:12:19 +02:00
committed by Thierry Reding
parent a03fb63122
commit 4dc3bf2a5f
2 changed files with 11 additions and 2 deletions

View File

@@ -33,17 +33,18 @@
};
};
/* Colibri UART-A */
serial@70006000 {
status = "okay";
};
/* Colibri UART-C */
serial@70006040 {
compatible = "nvidia,tegra30-hsuart";
status = "okay";
};
/* Colibri UART-B */
serial@70006300 {
compatible = "nvidia,tegra30-hsuart";
status = "okay";
};

View File

@@ -213,6 +213,14 @@
};
};
serial@70006040 {
compatible = "nvidia,tegra30-hsuart";
};
serial@70006300 {
compatible = "nvidia,tegra30-hsuart";
};
hdmiddc: i2c@7000c700 {
clock-frequency = <10000>;
};