mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 22:16:03 +01: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>
13 lines
303 B
Plaintext
13 lines
303 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-only
|
|
/*
|
|
* Copyright (C) 2023 Texas Instruments Incorporated - https://www.ti.com/
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "k3-j784s4-evm.dts"
|
|
#include "k3-j784s4-ddr-evm-lp4-4266.dtsi"
|
|
#include "k3-j784s4-ddr.dtsi"
|
|
#include "k3-j784s4-evm-u-boot.dtsi"
|
|
#include "k3-j784s4-r5.dtsi"
|