diff options
author | Daniel Palmer <daniel@0x0f.com> | 2020-07-10 12:45:41 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-07-28 12:13:49 +0300 |
commit | 952c0ed6f96339ae5d0f22154d05f8eac2742c94 (patch) | |
tree | 5f4eb40f1cf034e899c903d90e8a80deaf0dd13a /arch/arm/boot/dts/infinity3-msc313e.dtsi | |
parent | b0d0bb1b6f8700deaf23e8ea42eaca9c54488fc9 (diff) | |
download | linux-952c0ed6f96339ae5d0f22154d05f8eac2742c94.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/infinity3-msc313e.dtsi')
-rw-r--r-- | arch/arm/boot/dts/infinity3-msc313e.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/infinity3-msc313e.dtsi b/arch/arm/boot/dts/infinity3-msc313e.dtsi new file mode 100644 index 000000000000..4e7239afd823 --- /dev/null +++ b/arch/arm/boot/dts/infinity3-msc313e.dtsi @@ -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>; + }; +}; |