Maxime Jourdan | 671b1db | 2018-07-26 11:21:39 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
2 | /* | ||||
3 | * Copyright (c) 2019 BayLibre, SAS. | ||||
4 | * Author: Neil Armstrong <narmstrong@baylibre.com> | ||||
5 | */ | ||||
6 | |||||
7 | #include "meson-gx-u-boot.dtsi" | ||||
Beniamino Galvani | 375d79c | 2019-08-18 15:42:55 +0200 | [diff] [blame] | 8 | |
9 | &usb0 { | ||||
10 | status = "disabled"; | ||||
11 | }; | ||||
12 | |||||
13 | &usb1 { | ||||
14 | hnp-srp-disable; | ||||
15 | }; |