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 | |||||
12 | &{/soc@0/bus@30800000/i2c@30a20000/pca9450@25} { | ||||
13 | u-boot,dm-spl; | ||||
14 | }; | ||||
15 | |||||
16 | &{/soc@0/bus@30800000/i2c@30a20000/pca9450@25/regulators} { | ||||
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 | }; |