blob: 8e45ee7679ae33d74987b4d02e93f9acef1fe5e3 [file] [log] [blame]
Robert Beckette5c0d9e2019-11-12 19:15:20 +00001// 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};
Robert Beckett7655c342020-01-31 15:07:53 +020013
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};
Robert Beckett53bab172020-01-31 15:07:54 +020029
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};