|
@@ -521,8 +521,9 @@
|
|
|
interrupts = <0 123 0>, <0 138 0>;
|
|
|
interrupt-names = "hc_irq", "pwr_irq";
|
|
|
clocks = <&gcc GCC_SDCC1_APPS_CLK>,
|
|
|
- <&gcc GCC_SDCC1_AHB_CLK>;
|
|
|
- clock-names = "core", "iface";
|
|
|
+ <&gcc GCC_SDCC1_AHB_CLK>,
|
|
|
+ <&xo_board>;
|
|
|
+ clock-names = "core", "iface", "xo";
|
|
|
bus-width = <8>;
|
|
|
non-removable;
|
|
|
status = "disabled";
|
|
@@ -536,8 +537,9 @@
|
|
|
interrupts = <0 125 0>, <0 221 0>;
|
|
|
interrupt-names = "hc_irq", "pwr_irq";
|
|
|
clocks = <&gcc GCC_SDCC2_APPS_CLK>,
|
|
|
- <&gcc GCC_SDCC2_AHB_CLK>;
|
|
|
- clock-names = "core", "iface";
|
|
|
+ <&gcc GCC_SDCC2_AHB_CLK>,
|
|
|
+ <&xo_board>;
|
|
|
+ clock-names = "core", "iface", "xo";
|
|
|
bus-width = <4>;
|
|
|
status = "disabled";
|
|
|
};
|