blob: aeadb01c75c7234b2265139ada65e708b3f5a7e5 [file] [log] [blame]
/*
* Copyright (c) 2023 Efinix Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
test {
#address-cells = <1>;
#size-cells = <1>;
test_gpio: gpio@deadbeef {
compatible = "efinix,sapphire-gpio";
gpio-controller;
reg = <0xdeadbeef 0x1000>;
#gpio-cells = <0x2>;
ngpios = <4>;
status = "okay";
};
};
};