1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| // 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>;
| };
|
|