Merge branch 'sprd/dt' into next/dt
[linux-2.6-block.git] / arch / arm / boot / dts / rk3288-firefly.dts
CommitLineData
fce152a6 1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6e81fadb
FN
2/*
3 * Copyright (c) 2014, 2015 FUKAUMI Naoki <naobsd@gmail.com>
6e81fadb
FN
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
14&ir {
e9e79d53 15 gpios = <&gpio7 RK_PA0 GPIO_ACTIVE_LOW>;
6e81fadb
FN
16};
17
18&pinctrl {
19 act8846 {
20 pmic_vsel: pmic-vsel {
21 rockchip,pins = <7 14 RK_FUNC_GPIO &pcfg_output_low>;
22 };
23 };
24
25 ir {
26 ir_int: ir-int {
27 rockchip,pins = <7 0 RK_FUNC_GPIO &pcfg_pull_up>;
28 };
29 };
30};
31
32&pwm1 {
33 status = "okay";
34};