mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 13:37:36 +02:00
arm64: dts: rockchip: Add RK3308b amp dtsi
Signed-off-by: Steven Liu <steven.liu@rock-chips.com> Change-Id: I3f41e7a336812ed345c7382e89e43bc65431c9df
This commit is contained in:
parent
f03bb81c59
commit
e7528f3e63
29
arch/arm64/boot/dts/rockchip/rk3308b-amp.dtsi
Normal file
29
arch/arm64/boot/dts/rockchip/rk3308b-amp.dtsi
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||
/*
|
||||
* Copyright (c) 2023 Rockchip Electronics Co., Ltd.
|
||||
*/
|
||||
|
||||
/ {
|
||||
rockchip_amp: rockchip-amp {
|
||||
compatible = "rockchip,amp";
|
||||
clocks = <&cru SCLK_UART1>, <&cru PCLK_UART1>,
|
||||
<&cru PCLK_TIMER>, <&cru SCLK_TIMER4>, <&cru SCLK_TIMER5>;
|
||||
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart1_xfer>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
/* remote amp core address */
|
||||
amp_shmem_reserved: amp-shmem@2f00000 {
|
||||
reg = <0x0 0x2f00000 0x0 0x100000>;
|
||||
no-map;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user