]> git.sur5r.net Git - u-boot/blob - arch/arm/dts/keystone-k2g-ice.dts
Merge branch 'master' of git://git.denx.de/u-boot-rockchip
[u-boot] / arch / arm / dts / keystone-k2g-ice.dts
1 /*
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 };