1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Device Tree Source for Generic 66AK2G0X EVM 4 * 5 * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ 6 */ 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}; 28