1// 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};
21