mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
1b2f4697c0
Introduce the basic AM62 SoC description dtsi files describing most peripherals as per kernel dts. Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
11 lines
304 B
Text
11 lines
304 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright (C) 2020-2022 Texas Instruments Incorporated - https://www.ti.com/
|
|
*/
|
|
|
|
#include "k3-am64-ddr.dtsi"
|
|
&memorycontroller {
|
|
power-domains = <&k3_pds 170 TI_SCI_PD_SHARED>,
|
|
<&k3_pds 55 TI_SCI_PD_SHARED>;
|
|
clocks = <&k3_clks 170 0>, <&k3_clks 16 4>;
|
|
};
|