blob: dc6c31a31b488ec33e3e395e3fdca2919a8c897d [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Cooper Jr., Franklin6cced2a2017-06-16 17:25:11 -05002/*
3 * Device Tree Source for Generic 66AK2G0X EVM
4 *
Nishanth Menoneaa39c62023-11-01 15:56:03 -05005 * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/
Cooper Jr., Franklin6cced2a2017-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};