Tom Rini | 8b0c8a1 | 2018-05-06 18:27:01 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR X11 |
Simon Glass | ec3be54 | 2015-08-30 16:55:41 -0600 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (c) 2014, 2015 FUKAUMI Naoki <naobsd@gmail.com> |
Simon Glass | ec3be54 | 2015-08-30 16:55:41 -0600 | [diff] [blame] | 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 | chosen { |
| 14 | stdout-path = &uart2; |
| 15 | }; |
Simon Glass | ec3be54 | 2015-08-30 16:55:41 -0600 | [diff] [blame] | 16 | }; |
| 17 | |
| 18 | &ir { |
| 19 | gpios = <&gpio7 0 GPIO_ACTIVE_LOW>; |
| 20 | }; |
| 21 | |
| 22 | &pinctrl { |
Simon Glass | ec3be54 | 2015-08-30 16:55:41 -0600 | [diff] [blame] | 23 | act8846 { |
| 24 | pmic_vsel: pmic-vsel { |
| 25 | rockchip,pins = <7 14 RK_FUNC_GPIO &pcfg_output_low>; |
| 26 | }; |
| 27 | }; |
| 28 | |
| 29 | ir { |
| 30 | ir_int: ir-int { |
| 31 | rockchip,pins = <7 0 RK_FUNC_GPIO &pcfg_pull_up>; |
| 32 | }; |
| 33 | }; |
Eddie Cai | 9fcfe3e | 2017-03-27 15:17:27 +0800 | [diff] [blame] | 34 | usb_host { |
| 35 | host_vbus_drv: host-vbus-drv { |
| 36 | rockchip,pins = <0 14 RK_FUNC_GPIO &pcfg_pull_none>; |
| 37 | }; |
| 38 | }; |
Simon Glass | ec3be54 | 2015-08-30 16:55:41 -0600 | [diff] [blame] | 39 | }; |
| 40 | |
| 41 | &pwm1 { |
| 42 | status = "okay"; |
| 43 | }; |