board: ge: bx50v3, imx53ppd: use DM I2C
[oweals/u-boot.git] / arch / arm / dts / imx53-ppd-uboot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+ OR X11
2 /*
3  * Copyright 2019 Collabora Ltd
4  * Copyright 2019 General Electric Company
5  */
6
7 / {
8         wdt-reboot {
9                 compatible = "wdt-reboot";
10                 wdt = <&wdog1>;
11         };
12 };
13
14 &eeprom {
15         partitions {
16                 compatible = "fixed-partitions";
17
18                 vpd {
19                         offset = <0>;
20                         size = <1022>;
21                 };
22
23                 bootcount {
24                         offset = <1022>;
25                         size = <2>;
26                 };
27         };
28 };
29
30 &gpio1 {
31         u-boot,dm-pre-reloc;
32 };
33
34 &gpio2 {
35         u-boot,dm-pre-reloc;
36 };
37
38 &gpio3 {
39         u-boot,dm-pre-reloc;
40 };
41
42 &gpio4 {
43         u-boot,dm-pre-reloc;
44 };
45
46 &gpio5 {
47         u-boot,dm-pre-reloc;
48 };