Commit 4dc3bf2a authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Thierry Reding

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: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent a03fb631
......@@ -33,17 +33,18 @@ hdmi@54280000 {
};
};
/* 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";
};
......
......@@ -213,6 +213,14 @@ pv0 {
};
};
serial@70006040 {
compatible = "nvidia,tegra30-hsuart";
};
serial@70006300 {
compatible = "nvidia,tegra30-hsuart";
};
hdmiddc: i2c@7000c700 {
clock-frequency = <10000>;
};
......
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