Robert Beckett | 7915e15 | 2019-11-12 19:15:20 +0000 | [diff] [blame] | 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 | }; | ||||
Robert Beckett | 1d06dc6 | 2020-01-31 15:07:56 +0200 | [diff] [blame] | 12 | |
13 | bootcount { | ||||
14 | compatible = "u-boot,bootcount-i2c-eeprom"; | ||||
15 | i2c-eeprom = <&bootcount>; | ||||
16 | }; | ||||
Ian Ray | 9167c20 | 2020-01-31 15:07:57 +0200 | [diff] [blame] | 17 | |
18 | panel-lvds0 { | ||||
19 | compatible = "simple-panel"; | ||||
20 | backlight = <&pwm_bl>; | ||||
21 | }; | ||||
Robert Beckett | 7915e15 | 2019-11-12 19:15:20 +0000 | [diff] [blame] | 22 | }; |
Robert Beckett | b64088c | 2020-01-31 15:07:53 +0200 | [diff] [blame] | 23 | |
24 | &eeprom { | ||||
25 | partitions { | ||||
26 | compatible = "fixed-partitions"; | ||||
Michal Simek | f692b47 | 2020-05-28 11:48:55 +0200 | [diff] [blame] | 27 | #address-cells = <1>; |
28 | #size-cells = <1>; | ||||
Robert Beckett | b64088c | 2020-01-31 15:07:53 +0200 | [diff] [blame] | 29 | |
Michal Simek | f692b47 | 2020-05-28 11:48:55 +0200 | [diff] [blame] | 30 | vpd@0 { |
Ian Ray | 559aaa2 | 2020-11-04 17:18:42 +0100 | [diff] [blame^] | 31 | reg = <0 800>; |
Robert Beckett | b64088c | 2020-01-31 15:07:53 +0200 | [diff] [blame] | 32 | }; |
33 | |||||
Michal Simek | f692b47 | 2020-05-28 11:48:55 +0200 | [diff] [blame] | 34 | bootcount: bootcount@1022 { |
35 | reg = <1022 2>; | ||||
Robert Beckett | b64088c | 2020-01-31 15:07:53 +0200 | [diff] [blame] | 36 | }; |
37 | }; | ||||
38 | }; | ||||
Robert Beckett | 1dec7fa | 2020-01-31 15:07:54 +0200 | [diff] [blame] | 39 | |
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 | }; |