blob: c411c3d86e284d245e8418955f6495ed1e33d0ac [file] [log] [blame]
Cooper Jr., Franklin80364a42017-06-16 17:25:11 -05001/*
2 * Device Tree Source for Generic 66AK2G0X EVM
3 *
4 * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8
9/dts-v1/;
10
11#include "keystone-k2g.dtsi"
12
13/ {
14 compatible = "ti,k2g-generic", "ti,k2g", "ti,keystone";
15 model = "Texas Instruments 66AK2G02 Generic";
16
17 chosen {
18 stdout-path = &uart0;
19 };
20};
21
22&i2c0 {
23 status = "okay";
24};
25
26&i2c1 {
27 status = "okay";
28};