blob: be63782c97d98ceb4f36f14e7ee2c520919c49cb [file] [log] [blame]
Cooper Jr., Franklin6aba8902017-06-16 17:25:31 -05001/*
2 * Device Tree Source for K2G Industrial Communication Engine EVM
3 *
4 * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8/dts-v1/;
9
10#include "keystone-k2g.dtsi"
11
12/ {
13 compatible = "ti,k2g-ice", "ti,k2g", "ti,keystone";
14 model = "Texas Instruments K2G Industrial Communication EVM";
15
16 chosen {
17 stdout-path = &uart0;
18 };
19
20 memory@80000000 {
21 device_type = "memory";
22 reg = <0x80000000 0x20000000>;
23 };
24};
25
26&mmc1 {
27 status = "okay";
28};
29
30&i2c0 {
31 status = "okay";
32};
33
34&i2c1 {
35 status = "okay";
36};