1// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * Copyright (c) 2020 thingy.jp.
4 * Author: Daniel Palmer <daniel@thingy.jp>
5 */
6
7#include "mstar-v7.dtsi"
8
9#include <dt-bindings/gpio/msc313-gpio.h>
10
11&imi {
12	reg = <0xa0000000 0x16000>;
13};
14
15&gpio {
16	compatible = "mstar,msc313-gpio";
17	status = "okay";
18};
19