zynq-7000.dtsi (55b1c6e7e4a6909004e13c6d2f328f911a8e7b83) zynq-7000.dtsi (2de9b4d3476945e773d19d3eb152ef0382f07963)
1/*-
2 * Copyright (c) 2016 The FreeBSD Foundation
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 188 unchanged lines hidden (view full) ---

197
198 // Quad-SPI controller
199 qspi0: qspi@d000 {
200 compatible = "xlnx,zy7_qspi";
201 status = "disabled";
202 reg = <0xd000 0x1000>;
203 interrupts = <0 19 4>;
204 interrupt-parent = <&GIC>;
1/*-
2 * Copyright (c) 2016 The FreeBSD Foundation
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 188 unchanged lines hidden (view full) ---

197
198 // Quad-SPI controller
199 qspi0: qspi@d000 {
200 compatible = "xlnx,zy7_qspi";
201 status = "disabled";
202 reg = <0xd000 0x1000>;
203 interrupts = <0 19 4>;
204 interrupt-parent = <&GIC>;
205 spi-clock = <50000000>;
205 ref-clock = <200000000>; // 200 Mhz
206 spi-clock = <50000000>; // 50 Mhz
206 };
207
208 // SDIO controllers
209 sdhci0: sdhci@100000 {
210 compatible = "xlnx,zy7_sdhci";
211 status = "disabled";
212 reg = <0x100000 0x1000>;
213 interrupts = <0 24 4>;

--- 16 unchanged lines hidden ---
207 };
208
209 // SDIO controllers
210 sdhci0: sdhci@100000 {
211 compatible = "xlnx,zy7_sdhci";
212 status = "disabled";
213 reg = <0x100000 0x1000>;
214 interrupts = <0 24 4>;

--- 16 unchanged lines hidden ---