This adds a family level dtsi for the mercury5 and then a chip level dtsi for the ssc8336n chip. Signed-off-by: Daniel Palmer <daniel@0x0f.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
15 lines
244 B
Plaintext
15 lines
244 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
/*
|
|
* Copyright (c) 2020 thingy.jp.
|
|
* Author: Daniel Palmer <daniel@thingy.jp>
|
|
*/
|
|
|
|
#include "mercury5.dtsi"
|
|
|
|
/ {
|
|
memory@20000000 {
|
|
device_type = "memory";
|
|
reg = <0x20000000 0x4000000>;
|
|
};
|
|
};
|