blob: fe025923f1b72f000d96a828c1f2bb0399b79449 [file] [log] [blame]
Bryan Brattlof2d982b72022-11-03 19:13:56 -05001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * AM62AX specific device platform data
4 *
5 * This file is auto generated. Please do not hand edit and report any issues
6 * to Bryan Brattlof <bb@ti.com>.
7 *
8 * Copyright (C) 2020-2022 Texas Instruments Incorporated - https://www.ti.com/
9 */
10
11#include "k3-dev.h"
12
13static struct ti_psc soc_psc_list[] = {
14 [0] = PSC(0, 0x04000000),
15 [1] = PSC(1, 0x00400000),
16};
17
18static struct ti_pd soc_pd_list[] = {
19 [0] = PSC_PD(0, &soc_psc_list[1], NULL),
Andreas Dannenberg5581b102025-03-25 04:58:22 +010020 [1] = PSC_PD(2, &soc_psc_list[1], &soc_pd_list[0]),
21 [2] = PSC_PD(3, &soc_psc_list[1], &soc_pd_list[0]),
22 [3] = PSC_PD(4, &soc_psc_list[1], &soc_pd_list[2]),
23 [4] = PSC_PD(13, &soc_psc_list[1], &soc_pd_list[0]),
Bryan Brattlof2d982b72022-11-03 19:13:56 -050024};
25
26static struct ti_lpsc soc_lpsc_list[] = {
27 [0] = PSC_LPSC(0, &soc_psc_list[1], &soc_pd_list[0], NULL),
28 [1] = PSC_LPSC(12, &soc_psc_list[1], &soc_pd_list[0], &soc_lpsc_list[5]),
29 [2] = PSC_LPSC(13, &soc_psc_list[1], &soc_pd_list[0], &soc_lpsc_list[6]),
30 [3] = PSC_LPSC(20, &soc_psc_list[1], &soc_pd_list[0], &soc_lpsc_list[8]),
31 [4] = PSC_LPSC(21, &soc_psc_list[1], &soc_pd_list[0], &soc_lpsc_list[8]),
32 [5] = PSC_LPSC(23, &soc_psc_list[1], &soc_pd_list[0], &soc_lpsc_list[8]),
33 [6] = PSC_LPSC(24, &soc_psc_list[1], &soc_pd_list[0], &soc_lpsc_list[8]),
34 [7] = PSC_LPSC(28, &soc_psc_list[1], &soc_pd_list[0], &soc_lpsc_list[8]),
35 [8] = PSC_LPSC(34, &soc_psc_list[1], &soc_pd_list[0], &soc_lpsc_list[8]),
Andreas Dannenberg5581b102025-03-25 04:58:22 +010036 [9] = PSC_LPSC(42, &soc_psc_list[1], &soc_pd_list[1], &soc_lpsc_list[8]),
37 [10] = PSC_LPSC(43, &soc_psc_list[1], &soc_pd_list[2], &soc_lpsc_list[8]),
38 [11] = PSC_LPSC(46, &soc_psc_list[1], &soc_pd_list[3], &soc_lpsc_list[10]),
39 [12] = PSC_LPSC(60, &soc_psc_list[1], &soc_pd_list[4], &soc_lpsc_list[8]),
40 [13] = PSC_LPSC(61, &soc_psc_list[1], &soc_pd_list[4], &soc_lpsc_list[12]),
41 [14] = PSC_LPSC(62, &soc_psc_list[1], &soc_pd_list[4], &soc_lpsc_list[13]),
Bryan Brattlof2d982b72022-11-03 19:13:56 -050042};
43
44static struct ti_dev soc_dev_list[] = {
45 PSC_DEV(16, &soc_lpsc_list[0]),
46 PSC_DEV(77, &soc_lpsc_list[0]),
47 PSC_DEV(61, &soc_lpsc_list[0]),
48 PSC_DEV(95, &soc_lpsc_list[0]),
49 PSC_DEV(107, &soc_lpsc_list[0]),
50 PSC_DEV(178, &soc_lpsc_list[1]),
51 PSC_DEV(179, &soc_lpsc_list[2]),
52 PSC_DEV(57, &soc_lpsc_list[3]),
53 PSC_DEV(58, &soc_lpsc_list[4]),
54 PSC_DEV(161, &soc_lpsc_list[5]),
55 PSC_DEV(162, &soc_lpsc_list[6]),
56 PSC_DEV(75, &soc_lpsc_list[7]),
Nishanth Menonbe7ce262023-11-13 08:51:42 -060057 PSC_DEV(36, &soc_lpsc_list[8]),
Bryan Brattlof2d982b72022-11-03 19:13:56 -050058 PSC_DEV(102, &soc_lpsc_list[8]),
59 PSC_DEV(146, &soc_lpsc_list[8]),
Andreas Dannenberg5581b102025-03-25 04:58:22 +010060 PSC_DEV(13, &soc_lpsc_list[9]),
61 PSC_DEV(166, &soc_lpsc_list[10]),
62 PSC_DEV(135, &soc_lpsc_list[11]),
63 PSC_DEV(170, &soc_lpsc_list[12]),
64 PSC_DEV(177, &soc_lpsc_list[13]),
65 PSC_DEV(55, &soc_lpsc_list[14]),
Bryan Brattlof2d982b72022-11-03 19:13:56 -050066};
67
68const struct ti_k3_pd_platdata am62ax_pd_platdata = {
69 .psc = soc_psc_list,
70 .pd = soc_pd_list,
71 .lpsc = soc_lpsc_list,
72 .devs = soc_dev_list,
Nishanth Menonaf756182023-07-13 14:36:34 -050073 .num_psc = ARRAY_SIZE(soc_psc_list),
74 .num_pd = ARRAY_SIZE(soc_pd_list),
75 .num_lpsc = ARRAY_SIZE(soc_lpsc_list),
76 .num_devs = ARRAY_SIZE(soc_dev_list),
Bryan Brattlof2d982b72022-11-03 19:13:56 -050077};