r8a77965-salvator-x.dts 494 B

123456789101112131415161718192021
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Device Tree Source for the Salvator-X board with R-Car M3-N
  4. *
  5. * Copyright (C) 2018 Jacopo Mondi <jacopo+renesas@jmondi.org>
  6. */
  7. /dts-v1/;
  8. #include "r8a77965.dtsi"
  9. #include "salvator-x.dtsi"
  10. / {
  11. model = "Renesas Salvator-X board based on r8a77965";
  12. compatible = "renesas,salvator-x", "renesas,r8a77965";
  13. memory@48000000 {
  14. device_type = "memory";
  15. /* first 128MB is reserved for secure area. */
  16. reg = <0x0 0x48000000 0x0 0x78000000>;
  17. };
  18. };