VGV7519BRN.dts 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /dts-v1/;
  2. /include/ "VGV7519.dtsi"
  3. / {
  4. fpi@10000000 {
  5. localbus@0 {
  6. nor-boot@0 {
  7. partitions {
  8. partition@0 {
  9. label = "Boot";
  10. reg = <0x00000 0x40000>;
  11. read-only;
  12. };
  13. partition@50000 {
  14. label = "Certificate";
  15. reg = <0x50000 0x10000>;
  16. read-only;
  17. };
  18. partition@60000 {
  19. label = "Special_Area";
  20. reg = <0x60000 0x10000>;
  21. read-only;
  22. };
  23. partition@70000 {
  24. label = " Reserve_0";
  25. reg = <0x70000 0x10000>;
  26. read-only;
  27. };
  28. partition@80000 {
  29. label = "Code_Image_0";
  30. reg = <0x80000 0x780000>;
  31. brnboot,root-id = <0x00>;
  32. read-only;
  33. };
  34. partition@4000000 {
  35. compatible = "brnboot,root-selector";
  36. label = "Primary_Setting";
  37. reg = <0x4000000 0x10000>;
  38. read-only;
  39. };
  40. partition@4010000 {
  41. label = "Configuration";
  42. reg = <0x4010000 0x60000>;
  43. read-only;
  44. };
  45. partition@4070000 {
  46. label = " Reserve_1";
  47. reg = <0x4070000 0x10000>;
  48. read-only;
  49. };
  50. partition@4080000 {
  51. label = "Code_Image_1";
  52. reg = <0x4080000 0x780000>;
  53. brnboot,root-id = <0x01>;
  54. read-only;
  55. };
  56. };
  57. };
  58. };
  59. };
  60. };