Skip to content

Commit

Permalink
arm: dts: Introduce base AM62 SoC dtsi files
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
sumananna authored and trini committed Jun 10, 2022
1 parent 7e9e386 commit 1b2f469
Show file tree
Hide file tree
Showing 6 changed files with 849 additions and 0 deletions.
11 changes: 11 additions & 0 deletions arch/arm/dts/k3-am62-ddr.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// 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>;
};
Loading

0 comments on commit 1b2f469

Please sign in to comment.