Skip to content

Commit 88fcfb6

Browse files
nekorouterRevySR
authored andcommitted
dts/thead: th1520-lpi4a-console: add 16G config
Add Console4A (16G) device tree files. Signed-off-by: NekoRouter <nekorouter@outlook.com>
1 parent 14ede62 commit 88fcfb6

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

arch/riscv/boot/dts/thead/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dtb-$(CONFIG_ARCH_XUANTIE) += th1520-lichee-pi-4a.dtb th1520-beaglev-ahead.dtb t
33
dtb-$(CONFIG_ARCH_XUANTIE) += th1520-lpi4a-cluster.dtb th1520-lpi4a-cluster-16g.dtb
44
dtb-$(CONFIG_ARCH_XUANTIE) += th1520-lpi4a-product.dtb th1520-lpi4a-product-sec.dtb th1520-lpi4a-product-crash.dtb
55
dtb-$(CONFIG_ARCH_XUANTIE) += th1520-lpi4a-dsi0.dtb th1520-lpi4a-hx8279.dtb
6-
dtb-$(CONFIG_ARCH_XUANTIE) += th1520-lpi4a-console.dtb th1520-lpi4a-plastic.dtb th1520-lpi4a-plastic-16g.dtb
6+
dtb-$(CONFIG_ARCH_XUANTIE) += th1520-lpi4a-console.dtb th1520-lpi4a-console-16g.dtb th1520-lpi4a-plastic.dtb th1520-lpi4a-plastic-16g.dtb
77
dtb-$(CONFIG_ARCH_XUANTIE) += th1520-a-val.dtb th1520-a-val-sec.dtb
88
dtb-$(CONFIG_ARCH_XUANTIE) += th1520-a-val-audio.dtb th1520-a-val-audio-i2s-8ch.dtb th1520-a-val-audio-tdm.dtb th1520-a-val-audio-spdif.dtb th1520-a-val-crash.dtb
99
dtb-$(CONFIG_ARCH_XUANTIE) += th1520-a-val-dsi0-dsi1.dtb th1520-a-val-dsi0-hdmi.dtb
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#include "th1520-lpi4a-console.dts"
2+
3+
/ {
4+
model = "Sipeed Lichee Pi 4A configuration for LicheeConsole4A 16G";
5+
compatible = "sipeed,th1520-laptop", "sipeed,console4a", "thead,th1520";
6+
7+
memory@0 {
8+
device_type = "memory";
9+
reg = <0x0 0x200000 0x3 0xffe00000>;
10+
};
11+
};
12+
13+
&cmamem {
14+
alloc-ranges = <0x3 0xe4000000 0 0x14000000>; // [0x3E400_0000 ~ 0x3F800_0000]
15+
};

0 commit comments

Comments
 (0)