bcm7445-bcm97445svmb.dts 714 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. // SPDX-License-Identifier: GPL-2.0
  2. /dts-v1/;
  3. #include "bcm7445.dtsi"
  4. / {
  5. model = "Broadcom STB (bcm7445), SVMB reference board";
  6. compatible = "brcm,bcm7445", "brcm,brcmstb";
  7. memory@0 {
  8. device_type = "memory";
  9. reg = <0x00 0x00000000 0x00 0x40000000>,
  10. <0x00 0x40000000 0x00 0x40000000>,
  11. <0x00 0x80000000 0x00 0x40000000>;
  12. };
  13. };
  14. &nand_controller {
  15. status = "okay";
  16. nand@1 {
  17. compatible = "brcm,nandcs";
  18. reg = <1>;
  19. nand-ecc-step-size = <512>;
  20. nand-ecc-strength = <8>;
  21. nand-on-flash-bbt;
  22. #size-cells = <2>;
  23. #address-cells = <2>;
  24. flash1.rootfs0@0 {
  25. reg = <0x0 0x0 0x0 0x80000000>;
  26. };
  27. flash1.rootfs1@80000000 {
  28. reg = <0x0 0x80000000 0x0 0x80000000>;
  29. };
  30. };
  31. };