xref: /openbmc/u-boot/arch/arm/dts/am4372-generic.dts (revision 8314bfe5)
1/*
2 * Device Tree Source for Generic AM4372 EVM
3 *
4 * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8
9/dts-v1/;
10
11#include "am4372.dtsi"
12
13/ {
14	compatible = "ti,am4372", "ti,am43";
15	model = "Texas Instruments AM4372 Generic";
16
17	chosen {
18		stdout-path = &uart0;
19	};
20};
21
22&i2c0 {
23	status = "okay";
24};
25