at91-kizboxmini-mb.dts 485 B

1234567891011121314151617181920212223242526
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Copyright (C) 2015-2018 Overkiz SAS
  4. * Author: Mickael Gardet <[email protected]>
  5. * Kévin Raymond <[email protected]>
  6. */
  7. /dts-v1/;
  8. #include "at91-kizboxmini-common.dtsi"
  9. / {
  10. model = "Overkiz Kizbox Mini Mother Board";
  11. compatible = "overkiz,kizboxmini-mb", "atmel,at91sam9g25",
  12. "atmel,at91sam9x5", "atmel,at91sam9";
  13. };
  14. &usb0 {
  15. num-ports = <2>;
  16. };
  17. &rtc {
  18. status = "okay";
  19. };
  20. &led_blue {
  21. status = "okay";
  22. };