blob: 018b834046e293f7df82eb5aa5d4e2a382c418a5 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Simon Glass9d2eb922017-06-18 22:09:06 -06002/*
3 * Test device tree file for dtoc
4 *
5 * Copyright 2017 Google, Inc
Simon Glass9d2eb922017-06-18 22:09:06 -06006 */
7
8 /dts-v1/;
9
10/ {
11 spl-test {
Simon Glass9dbf90e2023-02-13 08:56:37 -070012 bootph-all;
Simon Glass9d2eb922017-06-18 22:09:06 -060013 compatible = "compat1", "compat2.1-fred", "compat3";
14 intval = <1>;
15 };
16
Walter Lozano5fe734c2020-07-23 00:22:03 -030017 spl-test2 {
Simon Glass9dbf90e2023-02-13 08:56:37 -070018 bootph-all;
Walter Lozano5fe734c2020-07-23 00:22:03 -030019 compatible = "compat1", "simple_bus";
20 intval = <1>;
21 };
Simon Glass9d2eb922017-06-18 22:09:06 -060022};