VGV7510KW22BRN.dts 1.1 KB

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