blob: b293e27a03caca9023b3aeb1102efa231aa62072 [file] [log] [blame]
Robert Beckett7915e152019-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 };
Robert Beckett1d06dc62020-01-31 15:07:56 +020012
13 bootcount {
14 compatible = "u-boot,bootcount-i2c-eeprom";
15 i2c-eeprom = <&bootcount>;
16 };
Ian Ray9167c202020-01-31 15:07:57 +020017
18 panel-lvds0 {
19 compatible = "simple-panel";
20 backlight = <&pwm_bl>;
21 };
Robert Beckett7915e152019-11-12 19:15:20 +000022};
Robert Beckettb64088c2020-01-31 15:07:53 +020023
24&eeprom {
25 partitions {
26 compatible = "fixed-partitions";
Michal Simekf692b472020-05-28 11:48:55 +020027 #address-cells = <1>;
28 #size-cells = <1>;
Robert Beckettb64088c2020-01-31 15:07:53 +020029
Michal Simekf692b472020-05-28 11:48:55 +020030 vpd@0 {
Ian Ray559aaa22020-11-04 17:18:42 +010031 reg = <0 800>;
Robert Beckettb64088c2020-01-31 15:07:53 +020032 };
33
Michal Simekf692b472020-05-28 11:48:55 +020034 bootcount: bootcount@1022 {
35 reg = <1022 2>;
Robert Beckettb64088c2020-01-31 15:07:53 +020036 };
37 };
38};
Robert Beckett1dec7fa2020-01-31 15:07:54 +020039
40&gpio1 {
41 u-boot,dm-pre-reloc;
42};
43
44&gpio2 {
45 u-boot,dm-pre-reloc;
46};
47
48&gpio3 {
49 u-boot,dm-pre-reloc;
50};
51
52&gpio4 {
53 u-boot,dm-pre-reloc;
54};
55
56&gpio5 {
57 u-boot,dm-pre-reloc;
58};