19 lines
227 B
Plaintext
19 lines
227 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
|
||
|
*/
|
||
|
|
||
|
/{
|
||
|
soc {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&i2c0 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&i2c1 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|