19 lines
362 B
Plaintext
19 lines
362 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2022 Rockchip Electronics Co., Ltd.
|
|
*
|
|
*/
|
|
|
|
#include "rk3562-evb1-lp4x-v10.dtsi"
|
|
#include "rk3562-linux.dtsi"
|
|
#include "rk3562-rk817.dtsi"
|
|
#include "rk3562-amp.dtsi"
|
|
|
|
/ {
|
|
memory {
|
|
device_type = "memory";
|
|
reg = <0x0 0x01000000 0x0 0x07400000>,
|
|
<0x0 0x0a200000 0x0 0xf1e00000>;
|
|
};
|
|
};
|