-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm64: dts: rockchip: add voice module dts for rk3308
Change-Id: I12135f6add05b926ad466d2edfef4189e47d5a32 Signed-off-by: Lin Jianhua <linjh@rock-chips.com>
- Loading branch information
1 parent
761248e
commit 219b8ca
Showing
2 changed files
with
23 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
22 changes: 22 additions & 0 deletions
22
arch/arm64/boot/dts/rockchip/rk3308-voice-module-board-v10.dts
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,22 @@ | ||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
/* | ||
* Copyright (c) 2018 Fuzhou Rockchip Electronics Co., Ltd | ||
*/ | ||
|
||
/dts-v1/; | ||
|
||
#include "arm/rk3308-voice-module-board-v10-aarch32.dts" | ||
|
||
/ { | ||
model = "Rockchip RK3308 Voice Module Board V10"; | ||
compatible = "rockchip,rk3308-voice-module-board-v10", "rockchip,rk3308"; | ||
}; | ||
|
||
&ramoops_mem { | ||
reg = <0x0 0x110000 0x0 0xf0000>; | ||
}; | ||
|
||
&ramoops { | ||
record-size = <0x0 0x30000>; | ||
console-size = <0x0 0xc0000>; | ||
}; |