xref: /freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288-firefly.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright (c) 2014, 2015 FUKAUMI Naoki <naobsd@gmail.com>
4*f126890aSEmmanuel Vadot */
5*f126890aSEmmanuel Vadot
6*f126890aSEmmanuel Vadot/dts-v1/;
7*f126890aSEmmanuel Vadot#include "rk3288-firefly.dtsi"
8*f126890aSEmmanuel Vadot
9*f126890aSEmmanuel Vadot/ {
10*f126890aSEmmanuel Vadot	model = "Firefly-RK3288";
11*f126890aSEmmanuel Vadot	compatible = "firefly,firefly-rk3288", "rockchip,rk3288";
12*f126890aSEmmanuel Vadot};
13*f126890aSEmmanuel Vadot
14*f126890aSEmmanuel Vadot&ir {
15*f126890aSEmmanuel Vadot	gpios = <&gpio7 RK_PA0 GPIO_ACTIVE_LOW>;
16*f126890aSEmmanuel Vadot};
17*f126890aSEmmanuel Vadot
18*f126890aSEmmanuel Vadot&pinctrl {
19*f126890aSEmmanuel Vadot	act8846 {
20*f126890aSEmmanuel Vadot		pmic_vsel: pmic-vsel {
21*f126890aSEmmanuel Vadot			rockchip,pins = <7 RK_PB6 RK_FUNC_GPIO &pcfg_output_low>;
22*f126890aSEmmanuel Vadot		};
23*f126890aSEmmanuel Vadot	};
24*f126890aSEmmanuel Vadot
25*f126890aSEmmanuel Vadot	ir {
26*f126890aSEmmanuel Vadot		ir_int: ir-int {
27*f126890aSEmmanuel Vadot			rockchip,pins = <7 RK_PA0 RK_FUNC_GPIO &pcfg_pull_up>;
28*f126890aSEmmanuel Vadot		};
29*f126890aSEmmanuel Vadot	};
30*f126890aSEmmanuel Vadot};
31*f126890aSEmmanuel Vadot
32*f126890aSEmmanuel Vadot&pwm1 {
33*f126890aSEmmanuel Vadot	status = "okay";
34*f126890aSEmmanuel Vadot};
35