f53dcc0e35
Many tegra boards have the console UART node disabled. With livetree this prevents serial from working since it does not 'force' the console to be bound. Updates the affected boards to fix this error. The boards were checked with: for b in $(grep tegra boards.cfg |grep -v integrator | \ awk '{print $7}' | sort); do echo $b; fdtgrep -c nvidia,tegra20-uart b/$b/u-boot.dtb |grep okay; done Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Tested-on: Beaver, Jetson-TK1
27 lines
345 B
Plaintext
27 lines
345 B
Plaintext
/dts-v1/;
|
|
|
|
#include "tegra30-tamonten.dtsi"
|
|
|
|
/ {
|
|
model = "Avionic Design Tamonten™ NG Evaluation Carrier";
|
|
compatible = "ad,tec-ng", "nvidia,tegra30";
|
|
|
|
aliases {
|
|
i2c0 = "/i2c@7000c400";
|
|
};
|
|
|
|
/* GEN2 */
|
|
i2c@7000c400 {
|
|
status = "okay";
|
|
};
|
|
|
|
/* SD card slot */
|
|
sdhci@78000400 {
|
|
status = "okay";
|
|
};
|
|
};
|
|
|
|
&uartd {
|
|
status = "okay";
|
|
};
|