12 lines
195 B
Plaintext
12 lines
195 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
/*
|
||
|
* Copyright (c) 2020 thingy.jp.
|
||
|
* Author: Daniel Palmer <daniel@thingy.jp>
|
||
|
*/
|
||
|
|
||
|
#include "mstar-v7.dtsi"
|
||
|
|
||
|
&imi {
|
||
|
reg = <0xa0000000 0x20000>;
|
||
|
};
|