Simon Glass | da39341 | 2021-03-26 16:17:27 +1300 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * Test device tree file for dtoc | ||||
4 | * | ||||
5 | * Copyright 2017 Google, Inc | ||||
6 | */ | ||||
7 | |||||
8 | /dts-v1/; | ||||
9 | |||||
10 | / { | ||||
11 | #address-cells = <1>; | ||||
12 | #size-cells = <1>; | ||||
13 | i2c@0 { | ||||
14 | pmic@9 { | ||||
15 | compatible = "sandbox,pmic"; | ||||
Simon Glass | 0a06d71 | 2023-02-13 08:56:37 -0700 | [diff] [blame] | 16 | bootph-all; |
Simon Glass | da39341 | 2021-03-26 16:17:27 +1300 | [diff] [blame] | 17 | reg = <9>; |
18 | low-power; | ||||
19 | }; | ||||
20 | }; | ||||
21 | }; |