mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
arm64: dts: rockchip: Add dtsi file for rk630
Signed-off-by: Algea Cao <algea.cao@rock-chips.com> Change-Id: I3474d89b48ddabe1eca93ee0236d089b1dd2e554
This commit is contained in:
18
arch/arm64/boot/dts/rockchip/rk630.dtsi
Normal file
18
arch/arm64/boot/dts/rockchip/rk630.dtsi
Normal file
@@ -0,0 +1,18 @@
|
||||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||
// Copyright (c) 2022 Rockchip Electronics Co., Ltd
|
||||
|
||||
&rk630 {
|
||||
compatible = "rockchip,rk630";
|
||||
|
||||
rk630_efuse: efuse {
|
||||
compatible = "rockchip,rk628-efuse";
|
||||
#phy-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
rk630_tve: tve {
|
||||
compatible = "rockchip,rk630-tve";
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user