blob: 152744686b5fc0158b8cf6235cd609e2e37e38b6 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Cooper Jr., Franklin86835bc2017-06-16 17:25:31 -05002/*
Nishanth Menoneaa39c62023-11-01 15:56:03 -05003 * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/
Cooper Jr., Franklin86835bc2017-06-16 17:25:31 -05004 */
5
6/{
Andrew Davis426d89c2024-08-07 09:56:51 -05007 chosen {
8 stdout-path = &uart0;
9 };
10};
11
12&soc0 {
13 bootph-all;
14
15 pmmc@2900000 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070016 bootph-all;
Andrew Davis426d89c2024-08-07 09:56:51 -050017 compatible = "ti,power-processor";
18 reg = <0x02900000 0x40000>;
19 ti,lpsc_module = <1>;
Cooper Jr., Franklin86835bc2017-06-16 17:25:31 -050020 };
21};
22
23&i2c0 {
Andrew Davis426d89c2024-08-07 09:56:51 -050024 status = "okay";
Simon Glassd3a98cb2023-02-13 08:56:33 -070025 bootph-all;
Cooper Jr., Franklin86835bc2017-06-16 17:25:31 -050026};
27
28&i2c1 {
Andrew Davis426d89c2024-08-07 09:56:51 -050029 status = "okay";
Simon Glassd3a98cb2023-02-13 08:56:33 -070030 bootph-all;
Cooper Jr., Franklin86835bc2017-06-16 17:25:31 -050031};