Peng Fan | 80607bf | 2021-03-19 15:57:08 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * Copyright 2019 NXP |
| 4 | */ |
| 5 | |
| 6 | #include "imx8mn-ddr4-evk-u-boot.dtsi" |
| 7 | |
| 8 | &i2c1 { |
| 9 | u-boot,dm-spl; |
| 10 | }; |
| 11 | |
Marcel Ziswiler | a1033b8 | 2022-07-21 15:43:37 +0200 | [diff] [blame] | 12 | &{/soc@0/bus@30800000/i2c@30a20000/pmic@25} { |
Peng Fan | 80607bf | 2021-03-19 15:57:08 +0800 | [diff] [blame] | 13 | u-boot,dm-spl; |
| 14 | }; |
| 15 | |
Marcel Ziswiler | a1033b8 | 2022-07-21 15:43:37 +0200 | [diff] [blame] | 16 | &{/soc@0/bus@30800000/i2c@30a20000/pmic@25/regulators} { |
Peng Fan | 80607bf | 2021-03-19 15:57:08 +0800 | [diff] [blame] | 17 | u-boot,dm-spl; |
| 18 | }; |
| 19 | |
| 20 | &pinctrl_i2c1 { |
| 21 | u-boot,dm-spl; |
| 22 | }; |
| 23 | |
| 24 | &pinctrl_pmic { |
| 25 | u-boot,dm-spl; |
| 26 | }; |