forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
riscv: dts: thead: th1520: Add Milk-V Meles board
Signed-off-by: Haaland Chen <haaland@milkv.io>
- Loading branch information
1 parent
501d549
commit 102fe05
Showing
3 changed files
with
458 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>; | ||
}; | ||
}; |
Oops, something went wrong.