Files
Jibo-Platform-Tools-OLD/u-boot/arch/arm/dts/tegra124-kein-baseboard.dts
Kevin 68d74d3181 avionic design with actual uboot and tooling
submodule of avionic design uboot bootloader and with included tools to
get you started , read readme.md and readme-tk1-loader.md
2026-03-03 21:46:32 +02:00

67 lines
1.0 KiB
Plaintext

/dts-v1/;
#include "tegra124-meerkat.dtsi"
/ {
model = "Avionic Design Kein Baseboard";
compatible = "ad,kein-baseboard", "ad,meerkat", "nvidia,tegra124";
chosen {
stdout-path = &uartd;
};
serial@70006300 {
status = "okay";
};
sdhci@700b0400 {
status = "okay";
};
usb@7d000000 {
status = "okay";
};
usb@7d004000 {
status = "okay";
};
usb@7d008000 {
status = "okay";
};
pcie-controller@01003000 {
status = "okay";
pci@1,0 {
status = "okay";
};
pci@2,0 {
status = "okay";
};
};
regulators {
vdd_5v0: regulator@100 {
compatible = "regulator-fixed";
reg = <100>;
regulator-name = "+VDD_5V";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
regulator-always-on;
regulator-boot-on;
};
vdd_3v3: regulator@101 {
compatible = "regulator-fixed";
reg = <101>;
regulator-name = "+VDD_3V3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
regulator-boot-on;
};
};
};