VGV7510KW22BRN.dts 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /dts-v1/;
  2. #include "VGV7510KW22.dtsi"
  3. / {
  4. model = "VGV7510KW22BRN - o2 Box 6431";
  5. sram@1F000000 {
  6. cgu@103000 {
  7. lantiq,phy-clk-src = <0x2>;
  8. };
  9. };
  10. fpi@10000000 {
  11. localbus@0 {
  12. nor-boot@0 {
  13. partitions {
  14. partition@0 {
  15. label = "Boot";
  16. reg = <0x00000 0x40000>;
  17. read-only;
  18. };
  19. partition@40000 {
  20. label = "Configuration";
  21. reg = <0x40000 0x40000>;
  22. read-only;
  23. };
  24. partition@80000 {
  25. label = "Certificate";
  26. reg = <0x80000 0x20000>;
  27. read-only;
  28. };
  29. partition@a0000 {
  30. label = "Special_Area";
  31. reg = <0xa0000 0x20000>;
  32. read-only;
  33. };
  34. partition@c0000 {
  35. compatible = "brnboot,root-selector";
  36. label = "Primary_Setting";
  37. reg = <0xc0000 0x20000>;
  38. read-only;
  39. };
  40. partition@e0000 {
  41. label = "Code_Image_0";
  42. reg = <0xe0000 0x780000>;
  43. brnboot,root-id = <0x00>;
  44. read-only;
  45. };
  46. partition@860000 {
  47. label = "Code_Image_1";
  48. reg = <0x860000 0x780000>;
  49. brnboot,root-id = <0x01>;
  50. read-only;
  51. };
  52. };
  53. };
  54. };
  55. };
  56. };