mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-15 06:26:07 +01: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>
18 lines
383 B
Plaintext
18 lines
383 B
Plaintext
// 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>;
|
|
};
|