ARM: socfpga: dts: disable the sdmmc, and uart nodes in the base arria10
Add status = "disabled" in the base DTSI for Arria10. The SDMMC and uart nodes should be enabled in the appropriate board file. Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
This commit is contained in:
Родитель
08d6638f1a
Коммит
1dfb7d2fd6
|
@ -268,6 +268,7 @@
|
||||||
reg = <0xff808000 0x1000>;
|
reg = <0xff808000 0x1000>;
|
||||||
interrupts = <0 98 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <0 98 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
fifo-depth = <0x400>;
|
fifo-depth = <0x400>;
|
||||||
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
ocram: sram@ffe00000 {
|
ocram: sram@ffe00000 {
|
||||||
|
@ -324,6 +325,7 @@
|
||||||
interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
reg-shift = <2>;
|
reg-shift = <2>;
|
||||||
reg-io-width = <4>;
|
reg-io-width = <4>;
|
||||||
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
uart1: serial1@ffc02100 {
|
uart1: serial1@ffc02100 {
|
||||||
|
@ -332,6 +334,7 @@
|
||||||
interrupts = <0 111 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <0 111 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
reg-shift = <2>;
|
reg-shift = <2>;
|
||||||
reg-io-width = <4>;
|
reg-io-width = <4>;
|
||||||
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
usbphy0: usbphy@0 {
|
usbphy0: usbphy@0 {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче