socfpga_arria5.dtsi 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /*
  2. * Copyright (C) 2013 Altera Corporation <www.altera.com>
  3. *
  4. * This program is free software; you can redistribute it and/or modify it
  5. * under the terms and conditions of the GNU General Public License,
  6. * version 2, as published by the Free Software Foundation.
  7. *
  8. * This program is distributed in the hope it will be useful, but WITHOUT
  9. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  10. * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  11. * more details.
  12. *
  13. * You should have received a copy of the GNU General Public License along with
  14. * this program. If not, see <http://www.gnu.org/licenses/>.
  15. */
  16. /dts-v1/;
  17. /* First 4KB has trampoline code for secondary cores. */
  18. /memreserve/ 0x00000000 0x0001000;
  19. #include "socfpga.dtsi"
  20. / {
  21. soc {
  22. clkmgr@ffd04000 {
  23. clocks {
  24. osc1 {
  25. clock-frequency = <25000000>;
  26. };
  27. };
  28. };
  29. mmc0: dwmmc0@ff704000 {
  30. num-slots = <1>;
  31. broken-cd;
  32. bus-width = <4>;
  33. cap-mmc-highspeed;
  34. cap-sd-highspeed;
  35. };
  36. sysmgr@ffd08000 {
  37. cpu1-start-addr = <0xffd080c4>;
  38. };
  39. };
  40. };