Skip to content

Commit

Permalink
riscv: dts: thead: th1520: Add Milk-V Meles board
Browse files Browse the repository at this point in the history
Signed-off-by: Haaland Chen <haaland@milkv.io>
  • Loading branch information
MilkvHaaland committed Jan 23, 2024
1 parent 501d549 commit 102fe05
Show file tree
Hide file tree
Showing 3 changed files with 458 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,3 +1,4 @@
# 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
dtb-$(CONFIG_ARCH_THEAD) += th1520-milkv-meles.dtb th1520-milkv-meles-4g.dtb
17 changes: 17 additions & 0 deletions arch/riscv/boot/dts/thead/th1520-milkv-meles-4g.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) 2022 Alibaba Group Holding Limited.
* Copyright (C) 2024 Milk-V Limited.
*/

#include "th1520-milkv-meles.dts"

/ {
model = "Milk-V Meles 4G";
compatible = "milkv,meles", "thead,light";

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

0 comments on commit 102fe05

Please sign in to comment.