VGV7519BRN.dts 1.2 KB

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