arm64: dts: rockchip: rk3568: add rk3568-amp.dtsi

Signed-off-by: Steven Liu <steven.liu@rock-chips.com>
Change-Id: I93e64854e053866b6faca68107f6a496f22aa864
This commit is contained in:
Steven Liu
2021-11-05 10:40:30 +08:00
committed by Tao Huang
parent 16e4dcadf2
commit 813cc8110a

View File

@@ -0,0 +1,30 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2021 Rockchip Electronics Co., Ltd.
*/
/ {
rockchip_amp: rockchip-amp {
compatible = "rockchip,amp";
clocks = <&cru SCLK_UART4>, <&cru PCLK_UART4>,
<&cru PCLK_TIMER>, <&cru CLK_TIMER4>, <&cru CLK_TIMER5>;
pinctrl-names = "default";
pinctrl-0 = <&uart4m1_xfer>;
status = "okay";
amp_cpus: amp-cpus {
amp-cpu2 {
id = <0x0 0x200>;
entry = <0x0 0x3800000>;
mode = <0>;
};
amp-cpu3 {
id = <0x0 0x300>;
entry = <0x0 0x5800000>;
mode = <0>;
};
};
};
};