dtoc_test_driver_alias.dts 310 B

1234567891011121314151617181920
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Test device tree file for dtoc
  4. *
  5. * Copyright 2020 Collabora Ltd.
  6. */
  7. /dts-v1/;
  8. / {
  9. gpio_a: gpios@0 {
  10. u-boot,dm-pre-reloc;
  11. gpio-controller;
  12. compatible = "sandbox_gpio_alias";
  13. #gpio-cells = <1>;
  14. gpio-bank-name = "a";
  15. sandbox,gpio-count = <20>;
  16. };
  17. };