Commit e073452b authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Thierry Reding

ARM: tegra: apalis_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 32980cbc
...@@ -45,22 +45,23 @@ hdmi@54280000 { ...@@ -45,22 +45,23 @@ hdmi@54280000 {
}; };
}; };
/* Apalis UART1 */
serial@70006000 { serial@70006000 {
status = "okay"; status = "okay";
}; };
/* Apalis UART2 */
serial@70006040 { serial@70006040 {
compatible = "nvidia,tegra30-hsuart";
status = "okay"; status = "okay";
}; };
/* Apalis UART3 */
serial@70006200 { serial@70006200 {
compatible = "nvidia,tegra30-hsuart";
status = "okay"; status = "okay";
}; };
/* Apalis UART4 */
serial@70006300 { serial@70006300 {
compatible = "nvidia,tegra30-hsuart";
status = "okay"; status = "okay";
}; };
......
...@@ -449,6 +449,18 @@ pv0 { ...@@ -449,6 +449,18 @@ pv0 {
}; };
}; };
serial@70006040 {
compatible = "nvidia,tegra30-hsuart";
};
serial@70006200 {
compatible = "nvidia,tegra30-hsuart";
};
serial@70006300 {
compatible = "nvidia,tegra30-hsuart";
};
hdmiddc: i2c@7000c700 { hdmiddc: i2c@7000c700 {
clock-frequency = <10000>; 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