Searched +full:usb +full:- +full:isp1763 (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/usb/nxp,isp1760.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Sebastian Siewior <bigeasy@linutronix.de>11 - Laurent Pinchart <laurent.pinchart@ideasonboard.com>20 - nxp,usb-isp176021 - nxp,usb-isp176122 - nxp,usb-isp176329 - description: Host controller interrupt[all …]
1 // SPDX-License-Identifier: GPL-2.0 OR MIT8 /dts-v1/;14 compatible = "arm,corstone1000-mps3";19 phy-mode = "mii";21 reg-io-width = <2>;22 smsc,irq-push-pull;25 usb_host: usb@40200000 {26 compatible = "nxp,usb-isp1763";29 bus-width = <16>;
1 // SPDX-License-Identifier: GPL-2.022 #include <linux/usb.h>24 #include "isp1760-core.h"25 #include "isp1760-hcd.h"26 #include "isp1760-regs.h"27 #include "isp1760-udc.h"31 struct isp1760_hcd *hcd = &isp->hcd; in isp1760_init_core()32 struct isp1760_udc *udc = &isp->udc; in isp1760_init_core()35 /* Low-level chip reset */ in isp1760_init_core()36 if (isp->rst_gpio) { in isp1760_init_core()[all …]
1 // SPDX-License-Identifier: GPL-2.06 * - ISO7 * - OTG22 #include <linux/usb.h>23 #include <linux/usb/hcd.h>33 #include "isp1760-core.h"34 #include "isp1760-hcd.h"35 #include "isp1760-regs.h"46 return *(struct isp1760_hcd **)hcd->hcd_priv; in hcd_to_priv()150 /* the rest is HCD-private */[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 compatible = "gpio-keys";6 pinctrl-names = "default";7 pinctrl-0 = <&gpio_key_pins &gpio_key_pins_wkup>;13 wakeup-source;20 wakeup-source;27 wakeup-source;34 wakeup-source;39 compatible = "ti,omap-twl4030";45 compatible = "gpio-leds";[all …]