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:
Algea Cao
2022-03-08 16:17:29 +08:00
committed by Tao Huang
parent cbda874920
commit 9a215bcd12

View 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";
};
};