1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Copyright (C) 2017 4 * Logic PD - http://www.logicpd.com 5 */ 6 7&i2c1 { 8 clock-frequency = <400000>; 9}; 10 11&i2c2 { 12 clock-frequency = <400000>; 13}; 14 15&mmc2 { 16 status = "disabled"; 17}; 18 19&mmc3 { 20 status = "disabled"; 21}; 22 23