meson-gxbb-odroidc2-u-boot.dtsi 239 B

123456789101112131415
  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. #include "meson-gx-u-boot.dtsi"
  7. &usb0 {
  8. status = "disabled";
  9. };
  10. &usb1 {
  11. hnp-srp-disable;
  12. };