]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/arm/boot/dts/rk3288-firefly-beta.dts
Merge tag 'omap-for-v5.1/dt-cpsw-phy' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-hirsute-kernel.git] / arch / arm / boot / dts / rk3288-firefly-beta.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 Beta";
11 compatible = "firefly,firefly-rk3288-beta", "rockchip,rk3288";
12};
13
14&ir {
e9e79d53 15 gpios = <&gpio7 RK_PA5 GPIO_ACTIVE_LOW>;
6e81fadb
FN
16};
17
18&pinctrl {
19 act8846 {
20 pmic_vsel: pmic-vsel {
21 rockchip,pins = <7 1 RK_FUNC_GPIO &pcfg_output_low>;
22 };
23 };
24
25 ir {
26 ir_int: ir-int {
27 rockchip,pins = <7 5 RK_FUNC_GPIO &pcfg_pull_up>;
28 };
29 };
30};
31
32&pwm0 {
33 status = "okay";
34};