Prepare v2023.10
[platform/kernel/u-boot.git] / arch / arm / dts / rk3288-firefly.dts
1 // SPDX-License-Identifier: GPL-2.0+ OR X11
2 /*
3  * Copyright (c) 2014, 2015 FUKAUMI Naoki <naobsd@gmail.com>
4  */
5
6 /dts-v1/;
7 #include "rk3288-firefly.dtsi"
8
9 / {
10         model = "Firefly-RK3288";
11         compatible = "firefly,firefly-rk3288", "rockchip,rk3288";
12
13         chosen {
14                 stdout-path = &uart2;
15         };
16 };
17
18 &ir {
19         gpios = <&gpio7 0 GPIO_ACTIVE_LOW>;
20 };
21
22 &pinctrl {
23         act8846 {
24                 pmic_vsel: pmic-vsel {
25                         rockchip,pins = <7 14 RK_FUNC_GPIO &pcfg_output_low>;
26                 };
27         };
28
29         ir {
30                 ir_int: ir-int {
31                         rockchip,pins = <7 0 RK_FUNC_GPIO &pcfg_pull_up>;
32                 };
33         };
34         usb_host {
35                 host_vbus_drv: host-vbus-drv {
36                         rockchip,pins = <0 14 RK_FUNC_GPIO &pcfg_pull_none>;
37                 };
38         };
39 };
40
41 &pwm1 {
42         status = "okay";
43 };