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 d5590a0c1e
commit effdc5032f

View File

@@ -0,0 +1,21 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2021 Rockchip Electronics Co., Ltd.
*/
/ {
rockchip_amp: rockchip-amp {
compatible = "rockchip,rk3568-amp";
clocks = <&cru SCLK_UART4>, <&cru PCLK_UART4>,
<&cru PCLK_TIMER>, <&cru CLK_TIMER4>, <&cru CLK_TIMER5>;
clock-names = "baudclk", "apb_pclk", "pclk", "timer";
assigned-clocks = <&cru SCLK_UART4>,
<&cru CLK_TIMER4>,
<&cru CLK_TIMER5>;
assigned-clock-rates = <24000000>;
pinctrl-names = "default";
pinctrl-0 = <&uart4m1_xfer>;
status = "disabled";
};
};