18 lines
317 B
Plaintext
18 lines
317 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
/*
|
||
|
* Copyright (c) 2020 thingy.jp.
|
||
|
* Author: Daniel Palmer <daniel@thingy.jp>
|
||
|
*/
|
||
|
|
||
|
#include "mstar-infinity2m.dtsi"
|
||
|
|
||
|
&gpio {
|
||
|
compatible = "sstar,ssd20xd-gpio";
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&smpctrl {
|
||
|
compatible = "sstar,ssd201-smpctrl", "mstar,smpctrl";
|
||
|
status = "okay";
|
||
|
};
|