lpc4357.dtsi 884 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /*
  2. * NXP LPC435x, LPC433x, LPC4327, LPC4325, LPC4317 and LPC4315 SoC
  3. *
  4. * Copyright 2015 Joachim Eastwood <[email protected]>
  5. *
  6. * This code is released using a dual license strategy: BSD/GPL
  7. * You can choose the licence that better fits your requirements.
  8. *
  9. * Released under the terms of 3-clause BSD License
  10. * Released under the terms of GNU General Public License Version 2.0
  11. *
  12. */
  13. / {
  14. compatible = "nxp,lpc4357";
  15. cpus {
  16. cpu@0 {
  17. compatible = "arm,cortex-m4";
  18. };
  19. };
  20. soc {
  21. sram0: sram@10000000 {
  22. compatible = "mmio-sram";
  23. reg = <0x10000000 0x8000>; /* 32 KiB local SRAM */
  24. };
  25. sram1: sram@10080000 {
  26. compatible = "mmio-sram";
  27. reg = <0x10080000 0xa000>; /* 32 + 8 KiB local SRAM */
  28. };
  29. sram2: sram@20000000 {
  30. compatible = "mmio-sram";
  31. reg = <0x20000000 0x10000>; /* 4 x 16 KiB AHB SRAM */
  32. };
  33. };
  34. };
  35. &eeprom {
  36. status = "okay";
  37. };