mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00

Add the VTM node to the R5 boot stage so that AVS is correctly configured for AM68 SK. Signed-off-by: Neha Malcom Francis <n-francis@ti.com> Reviewed-by: Manorit Chawdhry <m-chawdhry@ti.com>
17 lines
383 B
Text
17 lines
383 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (C) 2022-2023 Texas Instruments Incorporated - https://www.ti.com/
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "k3-am68-sk-base-board.dts"
|
|
#include "k3-j721s2-ddr-evm-lp4-4266.dtsi"
|
|
#include "k3-j721s2-ddr.dtsi"
|
|
#include "k3-am68-sk-base-board-u-boot.dtsi"
|
|
#include "k3-j721s2-r5.dtsi"
|
|
|
|
&wkup_vtm0 {
|
|
bootph-pre-ram;
|
|
vdd-supply-2 = <&tps62873a>;
|
|
};
|