at91-kizbox2-2.dts 513 B

1234567891011121314151617181920212223242526
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * at91-kizbox2-2.dts - Device Tree file for the Kizbox2 with
  4. * two head board
  5. *
  6. * Copyright (C) 2015 Overkiz SAS
  7. *
  8. * Authors: Antoine Aubert <[email protected]>
  9. * Kévin Raymond <[email protected]>
  10. */
  11. /dts-v1/;
  12. #include "at91-kizbox2-common.dtsi"
  13. / {
  14. model = "Overkiz Kizbox 2 with two heads";
  15. compatible = "overkiz,kizbox2-2", "atmel,sama5d31",
  16. "atmel,sama5d3", "atmel,sama5";
  17. };
  18. &usart1 {
  19. status = "okay";
  20. };
  21. &usart2 {
  22. status = "okay";
  23. };