1
0
Fork 0

ARM: mstar: Add chip level dtsi for SSD202D

Add a chip level dtsi for the SigmaStar SSD202D

Signed-off-by: Daniel Palmer <daniel@0x0f.com>
Link: https://lore.kernel.org/r/20201201134330.3037007-7-daniel@0x0f.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
zero-sugar-mainline-defconfig
Daniel Palmer 2020-12-01 22:43:26 +09:00 committed by Arnd Bergmann
parent 572ef97bc7
commit dbbaf35d58
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright (c) 2020 thingy.jp.
* Author: Daniel Palmer <daniel@thingy.jp>
*/
#include "mstar-infinity2m-ssd20xd.dtsi"
/ {
memory {
device_type = "memory";
reg = <0x20000000 0x8000000>;
};
};