hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/arm/boot/dts/moxart.dtsi
....@@ -1,14 +1,14 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /* moxart.dtsi - Device Tree Include file for MOXA ART family SoC
23 *
34 * Copyright (C) 2013 Jonas Jensen <jonas.jensen@gmail.com>
4
- *
5
- * Licensed under GPLv2 or later.
65 */
76
8
-/include/ "skeleton.dtsi"
97 #include <dt-bindings/interrupt-controller/irq.h>
108
119 / {
10
+ #address-cells = <1>;
11
+ #size-cells = <1>;
1212 compatible = "moxa,moxart";
1313 model = "MOXART";
1414 interrupt-parent = <&intc>;
....@@ -93,8 +93,8 @@
9393 clock-names = "PCLK";
9494 };
9595
96
- sdhci: sdhci@98e00000 {
97
- compatible = "moxa,moxart-sdhci";
96
+ mmc: mmc@98e00000 {
97
+ compatible = "moxa,moxart-mmc";
9898 reg = <0x98e00000 0x5C>;
9999 interrupts = <5 IRQ_TYPE_LEVEL_HIGH>;
100100 clocks = <&clk_apb>;