0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Copyright (c) 2014, 2015 FUKAUMI Naoki <naobsd@gmail.com>
0004 */
0005
0006 /dts-v1/;
0007 #include "rk3288-firefly.dtsi"
0008
0009 / {
0010 model = "Firefly-RK3288";
0011 compatible = "firefly,firefly-rk3288", "rockchip,rk3288";
0012 };
0013
0014 &ir {
0015 gpios = <&gpio7 RK_PA0 GPIO_ACTIVE_LOW>;
0016 };
0017
0018 &pinctrl {
0019 act8846 {
0020 pmic_vsel: pmic-vsel {
0021 rockchip,pins = <7 RK_PB6 RK_FUNC_GPIO &pcfg_output_low>;
0022 };
0023 };
0024
0025 ir {
0026 ir_int: ir-int {
0027 rockchip,pins = <7 RK_PA0 RK_FUNC_GPIO &pcfg_pull_up>;
0028 };
0029 };
0030 };
0031
0032 &pwm1 {
0033 status = "okay";
0034 };