Skip to content

Commit 3e54698

Browse files
fifteenhexarndb
authored andcommitted
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 <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 952c0ed commit 3e54698

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2141,6 +2141,7 @@ S: Maintained
21412141
W: http://linux-chenxing.org/
21422142
F: Documentation/devicetree/bindings/arm/mstar.yaml
21432143
F: arch/arm/boot/dts/infinity*.dtsi
2144+
F: arch/arm/boot/dts/mercury*.dtsi
21442145
F: arch/arm/boot/dts/mstar-v7.dtsi
21452146
F: arch/arm/mach-mstar/
21462147

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
2+
/*
3+
* Copyright (c) 2020 thingy.jp.
4+
* Author: Daniel Palmer <[email protected]>
5+
*/
6+
7+
#include "mercury5.dtsi"
8+
9+
/ {
10+
memory@20000000 {
11+
device_type = "memory";
12+
reg = <0x20000000 0x4000000>;
13+
};
14+
};

arch/arm/boot/dts/mercury5.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
2+
/*
3+
* Copyright (c) 2020 thingy.jp.
4+
* Author: Daniel Palmer <[email protected]>
5+
*/
6+
7+
#include "mstar-v7.dtsi"

0 commit comments

Comments
 (0)