blob: 72402c82928a72abe3847bfcc0771dabc571d8e6 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Jean-Jacques Hiblot8fc52bf2017-05-17 21:22:55 +02002/*
Nishanth Menoneaa39c62023-11-01 15:56:03 -05003 * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/
Jean-Jacques Hiblot8fc52bf2017-05-17 21:22:55 +02004 */
5
Dario Binacchi2180d802020-12-30 00:06:37 +01006#include "am33xx-u-boot.dtsi"
7
Dario Binacchi67e92c12020-12-30 00:16:27 +01008&l4_per {
Simon Glassd3a98cb2023-02-13 08:56:33 -07009 bootph-all;
Dario Binacchi67e92c12020-12-30 00:16:27 +010010 segment@300000 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070011 bootph-all;
Dario Binacchi67e92c12020-12-30 00:16:27 +010012 target-module@e000 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070013 bootph-all;
Dario Binacchi67e92c12020-12-30 00:16:27 +010014
15 lcdc: lcdc@0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070016 bootph-all;
Dario Binacchi67e92c12020-12-30 00:16:27 +010017 };
18 };
Dario Binacchi9b8c3202020-02-22 14:05:46 +010019 };
20};
21
Jean-Jacques Hiblot8fc52bf2017-05-17 21:22:55 +020022&mmc3 {
23 status = "disabled";
24};
Jean-Jacques Hiblot40e62a82019-01-22 16:48:17 +010025
26&usb0 {
27 dr_mode = "peripheral";
28};
Paul Barker1792aab2022-11-14 12:42:38 +000029
30&i2c0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070031 bootph-all;
Paul Barker1792aab2022-11-14 12:42:38 +000032};
33
34&l4_wkup {
Simon Glassd3a98cb2023-02-13 08:56:33 -070035 bootph-all;
Paul Barker1792aab2022-11-14 12:42:38 +000036 segment@200000 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070037 bootph-all;
Paul Barker1792aab2022-11-14 12:42:38 +000038 target-module@9000 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070039 bootph-all;
Paul Barker1792aab2022-11-14 12:42:38 +000040 };
41 };
42};
43
44&uart0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070045 bootph-all;
Paul Barker1792aab2022-11-14 12:42:38 +000046};
47
48&mmc1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070049 bootph-all;
Paul Barker1792aab2022-11-14 12:42:38 +000050};
51
52&mmc2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070053 bootph-all;
Paul Barker1792aab2022-11-14 12:42:38 +000054};