mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00

Create an SoC R5 dtsi file that could be used at board level R5 files. This would help in keeping the SoC level changes in sync across board files. Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
12 lines
302 B
Text
12 lines
302 B
Text
// SPDX-License-Identifier: GPL-2.0-only
|
|
/*
|
|
* Copyright (C) 2022-2023 Texas Instruments Incorporated - https://www.ti.com/
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "k3-am69-sk.dts"
|
|
#include "k3-j784s4-ddr-evm-lp4-4266.dtsi"
|
|
#include "k3-j784s4-ddr.dtsi"
|
|
#include "k3-am69-sk-u-boot.dtsi"
|
|
#include "k3-j784s4-r5.dtsi"
|