commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
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";
|
|
};
|