arm64: dts: rockchip: Add rv1126b-evb1-v11.dtsi

Signed-off-by: Weiwen Chen <cww@rock-chips.com>
Change-Id: I2da2b33d45ee8363b7709e54f5ab70a2d83a4941
This commit is contained in:
Weiwen Chen
2025-06-23 11:37:31 +08:00
committed by Tao Huang
parent 86339ab59a
commit 2fab178061

View File

@@ -0,0 +1,19 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2025 Rockchip Electronics Co., Ltd.
*/
#include "rv1126b-evb1-v10.dtsi"
/ {
model = "Rockchip RV1126B EVB1 V11 Board";
compatible = "rockchip,rv1126b-evb1-v11", "rockchip,rv1126b";
};
&typec5v_pwren {
rockchip,pins = <0 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>;
};
&vbus5v0_typec {
gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
};