Files
rockchip-kernel/arch/arm/boot/dts/rockchip/rv1126-evb-v13.dtsi
Tao Huang ad57250f94 ARM: dts: rockchip: Move .dts files to rockchip subdirectory
According to commit 724ba67515 ("ARM: dts: Move .dts files to vendor sub-directories").

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: I3a8da8240526c0f0d8114b591a5143d851ffac5b
2025-07-23 19:39:12 +08:00

23 lines
306 B
Plaintext

// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2020 Rockchip Electronics Co., Ltd.
*/
#include "rv1126-evb-v12.dtsi"
&backlight {
pwms = <&pwm0 0 25000 0>;
};
&pwm0 {
status = "okay";
};
&pwm3 {
status = "disabled";
};
&u2phy0 {
vup-gpios = <&gpio0 RK_PC1 GPIO_ACTIVE_LOW>;
};