Parthiban Nallathambi | d8d33b6 | 2019-04-18 00:04:09 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * Copyright (C) 2019 Parthiban Nallathambi <parthitce@gmail.com> |
| 4 | */ |
| 5 | |
| 6 | /dts-v1/; |
| 7 | |
| 8 | #include "imx6ull.dtsi" |
| 9 | #include "imx6ull-dart-6ul.dtsi" |
| 10 | |
| 11 | / { |
| 12 | model = "Variscite DART-6UL Evaluation Kit"; |
| 13 | compatible = "variscite,imx6ull-dart-6ul", "fsl,imx6ull"; |
| 14 | }; |
| 15 | |
| 16 | &usdhc2 { |
| 17 | status = "okay"; |
| 18 | }; |
| 19 | |
| 20 | &usbotg1 { |
| 21 | pinctrl-names = "default"; |
| 22 | pinctrl-0 = <&pinctrl_usb_otg1_id>; |
| 23 | dr_mode = "otg"; |
| 24 | srp-disable; |
| 25 | hnp-disable; |
| 26 | adp-disable; |
| 27 | status = "okay"; |
| 28 | }; |
| 29 | |
| 30 | &iomuxc { |
| 31 | pinctrl-names = "default"; |
| 32 | |
| 33 | pinctrl_usb_otg1_id: usbotg1idgrp { |
| 34 | fsl,pins = < |
| 35 | MX6UL_PAD_GPIO1_IO00__ANATOP_OTG1_ID 0x17059 |
| 36 | >; |
| 37 | }; |
| 38 | |
| 39 | }; |