blob: d3194ae51a93f28955cd44a7ad833a9ac92b9d7c [file] [log] [blame]
Dave Gerlach6bf97552021-06-11 11:45:18 +03001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * J7200 specific device platform data
4 *
Dave Gerlach0949b992021-09-07 17:16:56 -05005 * This file is auto generated. Please do not hand edit and report any issues
6 * to Dave Gerlach <d-gerlach@ti.com>.
7 *
8 * Copyright (C) 2020-2021 Texas Instruments Incorporated - https://www.ti.com/
Dave Gerlach6bf97552021-06-11 11:45:18 +03009 */
Dave Gerlach0949b992021-09-07 17:16:56 -050010
Dave Gerlach6bf97552021-06-11 11:45:18 +030011#include "k3-dev.h"
12
13static struct ti_psc soc_psc_list[] = {
14 [0] = PSC(0, 0x00400000),
15 [1] = PSC(1, 0x42000000),
16};
17
18static struct ti_pd soc_pd_list[] = {
19 [0] = PSC_PD(0, &soc_psc_list[0], NULL),
20 [1] = PSC_PD(2, &soc_psc_list[0], &soc_pd_list[5]),
21 [2] = PSC_PD(14, &soc_psc_list[0], NULL),
22 [3] = PSC_PD(15, &soc_psc_list[0], &soc_pd_list[2]),
23 [4] = PSC_PD(16, &soc_psc_list[0], &soc_pd_list[2]),
24 [5] = PSC_PD(0, &soc_psc_list[1], NULL),
25};
26
27static struct ti_lpsc soc_lpsc_list[] = {
28 [0] = PSC_LPSC(0, &soc_psc_list[0], &soc_pd_list[0], NULL),
29 [1] = PSC_LPSC(9, &soc_psc_list[0], &soc_pd_list[0], &soc_lpsc_list[14]),
30 [2] = PSC_LPSC(14, &soc_psc_list[0], &soc_pd_list[0], &soc_lpsc_list[3]),
31 [3] = PSC_LPSC(15, &soc_psc_list[0], &soc_pd_list[0], NULL),
32 [4] = PSC_LPSC(20, &soc_psc_list[0], &soc_pd_list[0], NULL),
33 [5] = PSC_LPSC(23, &soc_psc_list[0], &soc_pd_list[0], NULL),
34 [6] = PSC_LPSC(25, &soc_psc_list[0], &soc_pd_list[0], NULL),
35 [7] = PSC_LPSC(54, &soc_psc_list[0], &soc_pd_list[1], NULL),
36 [8] = PSC_LPSC(78, &soc_psc_list[0], &soc_pd_list[2], NULL),
37 [9] = PSC_LPSC(79, &soc_psc_list[0], &soc_pd_list[2], &soc_lpsc_list[8]),
38 [10] = PSC_LPSC(80, &soc_psc_list[0], &soc_pd_list[3], &soc_lpsc_list[8]),
39 [11] = PSC_LPSC(81, &soc_psc_list[0], &soc_pd_list[4], &soc_lpsc_list[8]),
40 [12] = PSC_LPSC(0, &soc_psc_list[1], &soc_pd_list[5], NULL),
41 [13] = PSC_LPSC(3, &soc_psc_list[1], &soc_pd_list[5], NULL),
42 [14] = PSC_LPSC(10, &soc_psc_list[1], &soc_pd_list[5], NULL),
43 [15] = PSC_LPSC(11, &soc_psc_list[1], &soc_pd_list[5], NULL),
44 [16] = PSC_LPSC(12, &soc_psc_list[1], &soc_pd_list[5], NULL),
45};
46
47static struct ti_dev soc_dev_list[] = {
48 PSC_DEV(30, &soc_lpsc_list[0]),
49 PSC_DEV(61, &soc_lpsc_list[1]),
50 PSC_DEV(90, &soc_lpsc_list[2]),
51 PSC_DEV(8, &soc_lpsc_list[3]),
52 PSC_DEV(288, &soc_lpsc_list[4]),
53 PSC_DEV(92, &soc_lpsc_list[5]),
54 PSC_DEV(91, &soc_lpsc_list[6]),
55 PSC_DEV(146, &soc_lpsc_list[7]),
56 PSC_DEV(4, &soc_lpsc_list[8]),
57 PSC_DEV(4, &soc_lpsc_list[9]),
58 PSC_DEV(202, &soc_lpsc_list[10]),
59 PSC_DEV(203, &soc_lpsc_list[11]),
60 PSC_DEV(102, &soc_lpsc_list[12]),
61 PSC_DEV(103, &soc_lpsc_list[12]),
62 PSC_DEV(104, &soc_lpsc_list[12]),
63 PSC_DEV(154, &soc_lpsc_list[12]),
64 PSC_DEV(149, &soc_lpsc_list[12]),
65 PSC_DEV(113, &soc_lpsc_list[13]),
66 PSC_DEV(197, &soc_lpsc_list[13]),
67 PSC_DEV(103, &soc_lpsc_list[14]),
68 PSC_DEV(104, &soc_lpsc_list[15]),
69 PSC_DEV(102, &soc_lpsc_list[16]),
70};
71
72const struct ti_k3_pd_platdata j7200_pd_platdata = {
73 .psc = soc_psc_list,
74 .pd = soc_pd_list,
75 .lpsc = soc_lpsc_list,
76 .devs = soc_dev_list,
77 .num_psc = 2,
78 .num_pd = 6,
79 .num_lpsc = 17,
80 .num_devs = 22,
81};