Skip to content

Commit

Permalink
[NFU] riscv: dts: lpi4a 16g support
Browse files Browse the repository at this point in the history
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
  • Loading branch information
RevySR committed Jan 16, 2024
1 parent d934a85 commit da0a62d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/riscv/boot/dts/thead/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0
dtb-$(CONFIG_ARCH_THEAD) += th1520-lichee-pi-4a.dtb th1520-beaglev-ahead.dtb
dtb-$(CONFIG_ARCH_THEAD) += th1520-lichee-pi-4a-16g.dtb
18 changes: 18 additions & 0 deletions arch/riscv/boot/dts/thead/th1520-lichee-pi-4a-16g.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/*
* Copyright (C) 2023 Han Gao <gaohan@iscas.ac.cn>
*/

/dts-v1/;

#include "th1520-lichee-pi-4a.dts"

/ {
model = "Sipeed Lichee Pi 4A 16G";
compatible = "sipeed,lichee-pi-4a", "sipeed,lichee-module-4a", "thead,th1520";

memory@0 {
device_type = "memory";
reg = <0x0 0x00000000 0x4 0x00000000>;
};
};

0 comments on commit da0a62d

Please sign in to comment.