mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-09-18 13:22:15 +02:00
21 lines
454 B
Plaintext
21 lines
454 B
Plaintext
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (C) 2022 Alibaba Group Holding Limited.
|
|
*/
|
|
|
|
#include "light-lpi4a-ref.dts"
|
|
|
|
/ {
|
|
model = "T-HEAD Light Lichee Pi 4A configuration for 8GB DDR board";
|
|
compatible = "thead,light-val", "thead,light-lpi4a", "thead,light";
|
|
|
|
memory@0 {
|
|
device_type = "memory";
|
|
reg = <0x0 0x200000 0x1 0xffe00000>;
|
|
};
|
|
};
|
|
|
|
&cmamem {
|
|
alloc-ranges = <0x1 0xe4000000 0 0x14000000>; // [0x1E400_0000 ~ 0x1F800_0000]
|
|
};
|