VGV7510KW22BRN.dts 863 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /dts-v1/;
  2. /include/ "VGV7510KW22.dtsi"
  3. / {
  4. fpi@10000000 {
  5. localbus@0 {
  6. nor-boot@0 {
  7. partition@0 {
  8. label = "Boot";
  9. reg = <0x00000 0x40000>;
  10. read-only;
  11. };
  12. partition@40000 {
  13. label = "Configuration";
  14. reg = <0x40000 0x40000>;
  15. read-only;
  16. };
  17. partition@80000 {
  18. label = "Certificate";
  19. reg = <0x80000 0x20000>;
  20. read-only;
  21. };
  22. partition@a0000 {
  23. label = "Special_Area";
  24. reg = <0xa0000 0x20000>;
  25. read-only;
  26. };
  27. partition@c0000 {
  28. label = "Primary_Setting";
  29. reg = <0xc0000 0x20000>;
  30. read-only;
  31. };
  32. partition@e0000 {
  33. label = "firmware"; /* "Code Image 0" in OFW */
  34. reg = <0xe0000 0x780000>;
  35. read-only;
  36. };
  37. partition@860000 {
  38. label = "Code_Image_1";
  39. reg = <0x860000 0x780000>;
  40. read-only;
  41. };
  42. };
  43. };
  44. };
  45. };