mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
ARM: mstar: Add infinity/infinity3 family dtsis
This adds two family level dtsis for the infinity and infinity3 and then adds a chip level dtsi each for a chip in those families. infinity3.dtsi includes infinity.dtsi as these SoCs share most of their memory map and we would have a lot of duplication otherwise. Signed-off-by: Daniel Palmer <daniel@0x0f.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
b0d0bb1b6f
commit
952c0ed6f9
@ -2140,6 +2140,7 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
|
||||
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/mstar-v7.dtsi
|
||||
F: arch/arm/mach-mstar/
|
||||
|
||||
|
14
arch/arm/boot/dts/infinity-msc313.dtsi
Normal file
14
arch/arm/boot/dts/infinity-msc313.dtsi
Normal 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 "infinity.dtsi"
|
||||
|
||||
/ {
|
||||
memory@20000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x20000000 0x4000000>;
|
||||
};
|
||||
};
|
7
arch/arm/boot/dts/infinity.dtsi
Normal file
7
arch/arm/boot/dts/infinity.dtsi
Normal file
@ -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"
|
14
arch/arm/boot/dts/infinity3-msc313e.dtsi
Normal file
14
arch/arm/boot/dts/infinity3-msc313e.dtsi
Normal 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 "infinity3.dtsi"
|
||||
|
||||
/ {
|
||||
memory@20000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x20000000 0x4000000>;
|
||||
};
|
||||
};
|
7
arch/arm/boot/dts/infinity3.dtsi
Normal file
7
arch/arm/boot/dts/infinity3.dtsi
Normal file
@ -0,0 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/*
|
||||
* Copyright (c) 2020 thingy.jp.
|
||||
* Author: Daniel Palmer <daniel@thingy.jp>
|
||||
*/
|
||||
|
||||
#include "infinity.dtsi"
|
Loading…
Reference in New Issue
Block a user