blob: b8a2bb82ef54ccbc61cb78414ddbbc27b176af25 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Vignesh R7d838032018-03-26 13:27:02 +05302/*
3 * Device Tree Source for Generic AM4372 EVM
4 *
5 * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
Vignesh R7d838032018-03-26 13:27:02 +05306 */
7
8/dts-v1/;
9
10#include "am4372.dtsi"
11
12/ {
13 compatible = "ti,am4372", "ti,am43";
14 model = "Texas Instruments AM4372 Generic";
15
16 chosen {
17 stdout-path = &uart0;
18 };
19};
20
21&i2c0 {
22 status = "okay";
23};