ARM: mstar: Add mercury5 series dtsis
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>
This commit is contained in:
parent
952c0ed6f9
commit
3e54698c1a
|
@ -2141,6 +2141,7 @@ S: Maintained
|
|||
W: http://linux-chenxing.org/
|
||||
F: Documentation/devicetree/bindings/arm/mstar.yaml
|
||||
F: arch/arm/boot/dts/infinity*.dtsi
|
||||
F: arch/arm/boot/dts/mercury*.dtsi
|
||||
F: arch/arm/boot/dts/mstar-v7.dtsi
|
||||
F: arch/arm/mach-mstar/
|
||||
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
// 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>;
|
||||
};
|
||||
};
|
|
@ -0,0 +1,7 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/*
|
||||
* Copyright (c) 2020 thingy.jp.
|
||||
* Author: Daniel Palmer <daniel@thingy.jp>
|
||||
*/
|
||||
|
||||
#include "mstar-v7.dtsi"
|
Loading…
Reference in New Issue