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