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&i2c1 { 10 clock-frequency = <400000>; 11}; 12 13&i2c2 { 14 clock-frequency = <400000>; 15}; 16 17&mmc2 { 18 status = "disabled"; 19}; 20 21&mmc3 { 22 status = "disabled"; 23}; 24 25