kirkwood-db-88f6282.dts 760 B

1234567891011121314151617181920212223242526272829303132333435
  1. /*
  2. * Marvell DB-88F6282-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-6282.dtsi"
  14. / {
  15. model = "Marvell DB-88F6282-BP Development Board";
  16. compatible = "marvell,db-88f6282-bp", "marvell,kirkwood-88f6282", "marvell,kirkwood";
  17. mbus {
  18. ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000>;
  19. pcie-controller {
  20. status = "okay";
  21. pcie@1,0 {
  22. status = "okay";
  23. };
  24. pcie@2,0 {
  25. status = "okay";
  26. };
  27. };
  28. };
  29. };