Fix indentation of the `efinix_sapphire.overlay` Signed-off-by: Yong Cong Sin <ycsin@meta.com>
21 lines
337 B
Text
21 lines
337 B
Text
/*
|
|
* 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";
|
|
};
|
|
};
|
|
};
|