blob: 0c4843901882a7eebc4a85af721c7b88223573d5 [file] [log] [blame]
Vignesh R7d838032018-03-26 13:27:02 +05301/*
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};