blob: da7973b2e50acc35a2260ec6e29dd82dc4197046 [file] [log] [blame]
Walter Lozanoe675d962020-07-03 08:07:17 -03001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Test device tree file for dtoc
4 *
5 * Copyright 2020 Collabora Ltd.
6 */
7
8/dts-v1/;
9
10/ {
11 gpio_a: gpios@0 {
12 u-boot,dm-pre-reloc;
13 gpio-controller;
14 compatible = "sandbox_gpio_alias";
15 #gpio-cells = <1>;
16 gpio-bank-name = "a";
17 sandbox,gpio-count = <20>;
18 };
19
20};