blob: 22369a4406922c04ef759167acecd0add0a51419 [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 {
Simon Glass9dbf90e2023-02-13 08:56:37 -070012 bootph-all;
Walter Lozanoe675d962020-07-03 08:07:17 -030013 gpio-controller;
14 compatible = "sandbox_gpio_alias";
15 #gpio-cells = <1>;
16 gpio-bank-name = "a";
17 sandbox,gpio-count = <20>;
18 };
19
20};