blob: 80f1f600458836bea33363f67f0cf83c3ce08c50 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Cooper Jr., Frankline0f3a3d2017-06-16 17:25:10 -05002/*
3 * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
Cooper Jr., Frankline0f3a3d2017-06-16 17:25:10 -05004 */
5
6/{
7 soc {
8 u-boot,dm-pre-reloc;
9 };
10};
11
12&i2c0 {
13 u-boot,dm-pre-reloc;
14};
15
16&i2c1 {
17 u-boot,dm-pre-reloc;
18};