VGV7519BRN.dts 1.2 KB

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