Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Cooper Jr., Franklin | 86835bc | 2017-06-16 17:25:31 -0500 | [diff] [blame] | 2 | /* |
Nishanth Menon | eaa39c6 | 2023-11-01 15:56:03 -0500 | [diff] [blame] | 3 | * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/ |
Cooper Jr., Franklin | 86835bc | 2017-06-16 17:25:31 -0500 | [diff] [blame] | 4 | */ |
5 | |||||
6 | /{ | ||||
Andrew Davis | 426d89c | 2024-08-07 09:56:51 -0500 | [diff] [blame] | 7 | chosen { |
8 | stdout-path = &uart0; | ||||
9 | }; | ||||
10 | }; | ||||
11 | |||||
12 | &soc0 { | ||||
13 | bootph-all; | ||||
14 | |||||
15 | pmmc@2900000 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 16 | bootph-all; |
Andrew Davis | 426d89c | 2024-08-07 09:56:51 -0500 | [diff] [blame] | 17 | compatible = "ti,power-processor"; |
18 | reg = <0x02900000 0x40000>; | ||||
19 | ti,lpsc_module = <1>; | ||||
Cooper Jr., Franklin | 86835bc | 2017-06-16 17:25:31 -0500 | [diff] [blame] | 20 | }; |
21 | }; | ||||
22 | |||||
23 | &i2c0 { | ||||
Andrew Davis | 426d89c | 2024-08-07 09:56:51 -0500 | [diff] [blame] | 24 | status = "okay"; |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 25 | bootph-all; |
Cooper Jr., Franklin | 86835bc | 2017-06-16 17:25:31 -0500 | [diff] [blame] | 26 | }; |
27 | |||||
28 | &i2c1 { | ||||
Andrew Davis | 426d89c | 2024-08-07 09:56:51 -0500 | [diff] [blame] | 29 | status = "okay"; |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 30 | bootph-all; |
Cooper Jr., Franklin | 86835bc | 2017-06-16 17:25:31 -0500 | [diff] [blame] | 31 | }; |