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"; |
| 27 | |
| 28 | vpd { |
| 29 | offset = <0>; |
| 30 | size = <1022>; |
| 31 | }; |
| 32 | |
Robert Beckett | 1d06dc6 | 2020-01-31 15:07:56 +0200 | [diff] [blame] | 33 | bootcount: bootcount { |
Robert Beckett | b64088c | 2020-01-31 15:07:53 +0200 | [diff] [blame] | 34 | offset = <1022>; |
| 35 | size = <2>; |
| 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 | }; |