VGV7510KW22BRN.dts 1.1 KB

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