android13/kernel-5.10/arch/arm/boot/dts/rv1106-amp.dtsi

15 lines
341 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2022 Rockchip Electronics Co., Ltd.
*/
/ {
rockchip_amp: rockchip-amp {
compatible = "rockchip,amp";
clocks = <&cru CLK_TIMER_ROOT>, <&cru PCLK_TIMER>, <&cru CLK_TIMER5>,
<&cru CLK_CORE_MCU>, <&cru CLK_CORE_MCU_RTC>, <&cru PCLK_MAILBOX>;
status = "okay";
};
};