1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2/* 3 * Copyright (c) 2017 T-Chip Intelligent Technology Co., Ltd 4 */ 5 6/dts-v1/; 7 8#include <dt-bindings/input/input.h> 9#include "rk3328-roc.dtsi" 10 11/ { 12 model = "Firefly ROC-RK3328-CC"; 13 compatible = "firefly,roc-rk3328-cc", "rockchip,rk3328"; 14}; 15 16&rk805 { 17 interrupt-parent = <&gpio1>; 18 interrupts = <24 IRQ_TYPE_LEVEL_LOW>; 19}; 20 21&vcc_host1_5v { 22 gpio = <&gpio1 RK_PD2 GPIO_ACTIVE_HIGH>; 23}; 24 25&vcc_sdio { 26 gpios = <&grf_gpio 0 GPIO_ACTIVE_HIGH>; 27}; 28