1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Copyright (C) 2017 4 * Logic PD - http://www.logicpd.com 5 */ 6 7#include "omap3-u-boot.dtsi" 8 9/ { 10 chosen { 11 stdout-path = &uart1; 12 }; 13}; 14 15&i2c1 { 16 clock-frequency = <400000>; 17}; 18 19&i2c2 { 20 clock-frequency = <400000>; 21}; 22 23&mmc1 { 24 cd-gpios = <&gpio4 14 GPIO_ACTIVE_LOW>; /* gpio_110 */ 25}; 26 27&mmc2 { 28 status = "disabled"; 29}; 30 31&mmc3 { 32 status = "disabled"; 33}; 34 35