zynq-7000.dtsi (53d2936cd317c8b933ca8be36cd1919cdd14e9fc) | zynq-7000.dtsi (3f9309e5713e499b487ac2c5c20a5c3d521527c1) |
---|---|
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 --- 192 unchanged lines hidden (view full) --- 201 status = "disabled"; 202 reg = <0xd000 0x1000>; 203 interrupts = <0 19 4>; 204 interrupt-parent = <&GIC>; 205 ref-clock = <200000000>; // 200 Mhz 206 spi-clock = <50000000>; // 50 Mhz 207 }; 208 | 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 --- 192 unchanged lines hidden (view full) --- 201 status = "disabled"; 202 reg = <0xd000 0x1000>; 203 interrupts = <0 19 4>; 204 interrupt-parent = <&GIC>; 205 ref-clock = <200000000>; // 200 Mhz 206 spi-clock = <50000000>; // 50 Mhz 207 }; 208 |
209 // SPI controllers 210 spi0: spi0@6000 { 211 compatible = "xlnx,zy7_spi"; 212 status = "disabled"; 213 reg = <0x6000 0x100>; 214 interrupts = <0 26 4>; 215 interrupt-parent = <&GIC>; 216 }; 217 218 spi1: spi0@7000 { 219 compatible = "xlnx,zy7_spi"; 220 status = "disabled"; 221 reg = <0x7000 0x100>; 222 interrupts = <0 49 4>; 223 interrupt-parent = <&GIC>; 224 }; 225 |
|
209 // SDIO controllers 210 sdhci0: sdhci@100000 { 211 compatible = "xlnx,zy7_sdhci"; 212 status = "disabled"; 213 reg = <0x100000 0x1000>; 214 interrupts = <0 24 4>; 215 interrupt-parent = <&GIC>; 216 max-frequency = <50000000>; --- 14 unchanged lines hidden --- | 226 // SDIO controllers 227 sdhci0: sdhci@100000 { 228 compatible = "xlnx,zy7_sdhci"; 229 status = "disabled"; 230 reg = <0x100000 0x1000>; 231 interrupts = <0 24 4>; 232 interrupt-parent = <&GIC>; 233 max-frequency = <50000000>; --- 14 unchanged lines hidden --- |