xref: /freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j742s2-main.dtsi (revision 5f62a964e9f8abc6a05d8338273fadd154f0a206)
1*5f62a964SEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only OR MIT
2*5f62a964SEmmanuel Vadot/*
3*5f62a964SEmmanuel Vadot * Device Tree Source for J742S2 SoC Family
4*5f62a964SEmmanuel Vadot *
5*5f62a964SEmmanuel Vadot * TRM: https://www.ti.com/lit/pdf/spruje3
6*5f62a964SEmmanuel Vadot *
7*5f62a964SEmmanuel Vadot * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/
8*5f62a964SEmmanuel Vadot *
9*5f62a964SEmmanuel Vadot */
10*5f62a964SEmmanuel Vadot
11*5f62a964SEmmanuel Vadot&c71_0 {
12*5f62a964SEmmanuel Vadot	firmware-name = "j742s2-c71_0-fw";
13*5f62a964SEmmanuel Vadot};
14*5f62a964SEmmanuel Vadot
15*5f62a964SEmmanuel Vadot&c71_1 {
16*5f62a964SEmmanuel Vadot	firmware-name = "j742s2-c71_1-fw";
17*5f62a964SEmmanuel Vadot};
18*5f62a964SEmmanuel Vadot
19*5f62a964SEmmanuel Vadot&c71_2 {
20*5f62a964SEmmanuel Vadot	firmware-name = "j742s2-c71_2-fw";
21*5f62a964SEmmanuel Vadot};
22*5f62a964SEmmanuel Vadot
23*5f62a964SEmmanuel Vadot&main_r5fss0_core0 {
24*5f62a964SEmmanuel Vadot	firmware-name = "j742s2-main-r5f0_0-fw";
25*5f62a964SEmmanuel Vadot};
26*5f62a964SEmmanuel Vadot
27*5f62a964SEmmanuel Vadot&main_r5fss0_core1 {
28*5f62a964SEmmanuel Vadot	firmware-name = "j742s2-main-r5f0_1-fw";
29*5f62a964SEmmanuel Vadot};
30*5f62a964SEmmanuel Vadot
31*5f62a964SEmmanuel Vadot&main_r5fss1_core0 {
32*5f62a964SEmmanuel Vadot	firmware-name = "j742s2-main-r5f1_0-fw";
33*5f62a964SEmmanuel Vadot};
34*5f62a964SEmmanuel Vadot
35*5f62a964SEmmanuel Vadot&main_r5fss1_core1 {
36*5f62a964SEmmanuel Vadot	firmware-name = "j742s2-main-r5f1_1-fw";
37*5f62a964SEmmanuel Vadot};
38*5f62a964SEmmanuel Vadot
39*5f62a964SEmmanuel Vadot&main_r5fss2_core0 {
40*5f62a964SEmmanuel Vadot	firmware-name = "j742s2-main-r5f2_0-fw";
41*5f62a964SEmmanuel Vadot};
42*5f62a964SEmmanuel Vadot
43*5f62a964SEmmanuel Vadot&main_r5fss2_core1 {
44*5f62a964SEmmanuel Vadot	firmware-name = "j742s2-main-r5f2_1-fw";
45*5f62a964SEmmanuel Vadot};
46