.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* moxart.dtsi - Device Tree Include file for MOXA ART family SoC |
---|
2 | 3 | * |
---|
3 | 4 | * Copyright (C) 2013 Jonas Jensen <jonas.jensen@gmail.com> |
---|
4 | | - * |
---|
5 | | - * Licensed under GPLv2 or later. |
---|
6 | 5 | */ |
---|
7 | 6 | |
---|
8 | | -/include/ "skeleton.dtsi" |
---|
9 | 7 | #include <dt-bindings/interrupt-controller/irq.h> |
---|
10 | 8 | |
---|
11 | 9 | / { |
---|
| 10 | + #address-cells = <1>; |
---|
| 11 | + #size-cells = <1>; |
---|
12 | 12 | compatible = "moxa,moxart"; |
---|
13 | 13 | model = "MOXART"; |
---|
14 | 14 | interrupt-parent = <&intc>; |
---|
.. | .. |
---|
93 | 93 | clock-names = "PCLK"; |
---|
94 | 94 | }; |
---|
95 | 95 | |
---|
96 | | - sdhci: sdhci@98e00000 { |
---|
97 | | - compatible = "moxa,moxart-sdhci"; |
---|
| 96 | + mmc: mmc@98e00000 { |
---|
| 97 | + compatible = "moxa,moxart-mmc"; |
---|
98 | 98 | reg = <0x98e00000 0x5C>; |
---|
99 | 99 | interrupts = <5 IRQ_TYPE_LEVEL_HIGH>; |
---|
100 | 100 | clocks = <&clk_apb>; |
---|