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 <[email protected]>
  • Loading branch information
MilkvHaaland authored and RevySR committed May 7, 2024
1 parent 51aed0c commit b1eff5f
Show file tree
Hide file tree
Showing 3 changed files with 461 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
Expand Up @@ -2,3 +2,4 @@
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-lichee-cluster-4a.dtb th1520-lichee-cluster-4a-16g.dtb
dtb-$(CONFIG_ARCH_THEAD) += th1520-milkv-meles.dtb th1520-milkv-meles-4g.dtb
19 changes: 19 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,19 @@
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) 2022 Alibaba Group Holding Limited.
* Copyright (C) 2024 Milk-V Limited.
*/

/dts-v1/;

#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 b1eff5f

Please sign in to comment.