blob: 8225de36d27c108494d32d8443fce67525f3e228 [file] [log] [blame]
Simon Glass961c1ce2018-07-06 10:27:35 -06001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Test device tree file for dtoc
4 *
5 * Copyright 2018 Google, Inc
6 */
7
8/dts-v1/;
9
10/ {
11 #address-cells = <1>;
12 #size-cells = <1>;
13 spl-test {
Simon Glass9dbf90e2023-02-13 08:56:37 -070014 bootph-all;
Simon Glass961c1ce2018-07-06 10:27:35 -060015 compatible = "sandbox,spl-test";
16 intval = <1>;
17 };
18
19 spl-test2 {
Simon Glass9dbf90e2023-02-13 08:56:37 -070020 bootph-all;
Simon Glass961c1ce2018-07-06 10:27:35 -060021 compatible = "sandbox,spl-test";
22 intarray = <5>;
23 };
24};