]> Git Repo - linux.git/blob - arch/arm/boot/dts/rk3288-firefly-beta.dts
net: Call into DSA netdevice_ops wrappers
[linux.git] / arch / arm / boot / dts / rk3288-firefly-beta.dts
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3  * Copyright (c) 2014, 2015 FUKAUMI Naoki <[email protected]>
4  */
5
6 /dts-v1/;
7 #include "rk3288-firefly.dtsi"
8
9 / {
10         model = "Firefly-RK3288 Beta";
11         compatible = "firefly,firefly-rk3288-beta", "rockchip,rk3288";
12 };
13
14 &ir {
15         gpios = <&gpio7 RK_PA5 GPIO_ACTIVE_LOW>;
16 };
17
18 &pinctrl {
19         act8846 {
20                 pmic_vsel: pmic-vsel {
21                         rockchip,pins = <7 RK_PA1 RK_FUNC_GPIO &pcfg_output_low>;
22                 };
23         };
24
25         ir {
26                 ir_int: ir-int {
27                         rockchip,pins = <7 RK_PA5 RK_FUNC_GPIO &pcfg_pull_up>;
28                 };
29         };
30 };
31
32 &pwm0 {
33         status = "okay";
34 };
This page took 0.034309 seconds and 4 git commands to generate.