blob: 487ccf04b553730a60f97974e667e084a5bbe3fc [file] [log] [blame]
Nishanth Menonc5ac2c72022-05-25 13:38:48 +05301// SPDX-License-Identifier: GPL-2.0
2/*
3 * Common AM625 SK dts file for SPLs
4 * Copyright (C) 2021-2022 Texas Instruments Incorporated - https://www.ti.com/
5 */
6
Neha Malcom Francis8f8f4fc2023-07-22 00:14:38 +05307#include "k3-am625-sk-binman.dtsi"
8
Siddharth Vadapalliecd27822023-10-28 20:36:01 +03009&main_bcdma {
10 reg = <0x00 0x485c0100 0x00 0x100>,
11 <0x00 0x4c000000 0x00 0x20000>,
12 <0x00 0x4a820000 0x00 0x20000>,
13 <0x00 0x4aa40000 0x00 0x20000>,
14 <0x00 0x4bc00000 0x00 0x100000>,
15 <0x00 0x48600000 0x00 0x8000>,
16 <0x00 0x484a4000 0x00 0x2000>,
17 <0x00 0x484c2000 0x00 0x2000>;
18 reg-names = "gcfg", "bchanrt", "rchanrt", "tchanrt",
19 "ringrt" , "cfg", "tchan", "rchan";
20};
21
Roger Quadros301ebec2023-09-29 16:46:46 +030022&main_pktdma {
Siddharth Vadapalliecd27822023-10-28 20:36:01 +030023 reg = <0x00 0x485c0000 0x00 0x100>,
24 <0x00 0x4a800000 0x00 0x20000>,
25 <0x00 0x4aa00000 0x00 0x20000>,
26 <0x00 0x4b800000 0x00 0x200000>,
27 <0x00 0x485e0000 0x00 0x10000>,
28 <0x00 0x484a0000 0x00 0x2000>,
29 <0x00 0x484c0000 0x00 0x2000>,
30 <0x00 0x48430000 0x00 0x1000>;
31 reg-names = "gcfg", "rchanrt", "tchanrt", "ringrt",
32 "cfg", "tchan", "rchan", "rflow";
Roger Quadros301ebec2023-09-29 16:46:46 +030033 bootph-all;
34};
35
Sjoerd Simons7fb6d4a2022-12-20 16:21:45 +010036&cpsw_port2 {
37 status = "disabled";
38};
Sjoerd Simonsec5e3c22024-05-06 15:38:43 +010039
40&usbss0 {
41 bootph-all;
42};
43
44&usb0 {
45 dr_mode = "peripheral";
46 bootph-all;
47};