Linux Audio

Check our new training course

Yocto / OpenEmbedded training

Feb 10-13, 2025
Register
Loading...
Note: File does not exist in v6.13.7.
 1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 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
14&ir {
15	gpios = <&gpio7 RK_PA0 GPIO_ACTIVE_LOW>;
16};
17
18&pinctrl {
19	act8846 {
20		pmic_vsel: pmic-vsel {
21			rockchip,pins = <7 RK_PB6 RK_FUNC_GPIO &pcfg_output_low>;
22		};
23	};
24
25	ir {
26		ir_int: ir-int {
27			rockchip,pins = <7 RK_PA0 RK_FUNC_GPIO &pcfg_pull_up>;
28		};
29	};
30};
31
32&pwm1 {
33	status = "okay";
34};