at91sam9xe.dtsi 583 B

1234567891011121314151617181920212223242526
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * at91sam9xe.dtsi - Device Tree Include file for AT91SAM9XE family SoC
  4. *
  5. * Copyright (C) 2015 Atmel,
  6. * 2015 Alexandre Belloni <[email protected]>
  7. */
  8. #include "at91sam9260.dtsi"
  9. / {
  10. model = "Atmel AT91SAM9XE family SoC";
  11. compatible = "atmel,at91sam9xe", "atmel,at91sam9260";
  12. sram0: sram@2ff000 {
  13. status = "disabled";
  14. };
  15. sram1: sram@300000 {
  16. compatible = "mmio-sram";
  17. reg = <0x00300000 0x4000>;
  18. #address-cells = <1>;
  19. #size-cells = <1>;
  20. ranges = <0 0x00300000 0x4000>;
  21. };
  22. };