mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-21 22:51:27 +02:00
Now that Linux has accepted these tags, move the device tree files in U-Boot over to use them. Signed-off-by: Simon Glass <sjg@chromium.org>
17 lines
206 B
Plaintext
17 lines
206 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
|
|
*/
|
|
|
|
#include "am4372-u-boot.dtsi"
|
|
|
|
/{
|
|
ocp {
|
|
bootph-all;
|
|
};
|
|
};
|
|
|
|
&i2c0 {
|
|
bootph-all;
|
|
};
|