kirkwood-db-88f6281.dts 672 B

123456789101112131415161718192021222324252627282930
  1. /*
  2. * Marvell DB-88F6281-BP Development Board Setup
  3. *
  4. * Saeed Bishara <saeed@marvell.com>
  5. * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  6. *
  7. * This file is licensed under the terms of the GNU General Public
  8. * License version 2. This program is licensed "as is" without any
  9. * warranty of any kind, whether express or implied.
  10. */
  11. /dts-v1/;
  12. /include/ "kirkwood-db.dtsi"
  13. /include/ "kirkwood-6281.dtsi"
  14. / {
  15. model = "Marvell DB-88F6281-BP Development Board";
  16. compatible = "marvell,db-88f6281-bp", "marvell,kirkwood-88f6281", "marvell,kirkwood";
  17. ocp@f1000000 {
  18. pcie-controller {
  19. status = "okay";
  20. pcie@1,0 {
  21. status = "okay";
  22. };
  23. };
  24. };
  25. };