Jan Kundrát | 752ce11 | 2019-04-04 15:46:28 +0200 | [diff] [blame] | 1 | #include "armada-388-clearfog-base.dts" |
2 | |||||
3 | &w25q32 { | ||||
4 | status = "okay"; | ||||
5 | }; | ||||
6 | |||||
7 | / { | ||||
8 | clocks { | ||||
9 | spi_uart_clk: osc_max14830 { | ||||
10 | compatible = "fixed-clock"; | ||||
11 | #clock-cells = <0>; | ||||
12 | clock-frequency = <3686400>; | ||||
13 | }; | ||||
14 | }; | ||||
15 | |||||
16 | soc { | ||||
17 | internal-regs { | ||||
18 | sdhci@d8000 { | ||||
19 | /delete-property/ cd-gpios; | ||||
20 | broken-cd; | ||||
21 | }; | ||||
22 | }; | ||||
23 | }; | ||||
24 | }; |