File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
arch/riscv/boot/dts/spacemit Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 595
595
#clock-cells = <1>;
596
596
};
597
597
598
- emmc: mmc@d4281000 {
599
- compatible = "spacemit,k1-sdhci";
600
- reg = <0x0 0xd4281000 0x0 0x200>;
601
- clocks = <&syscon_apmu CLK_SDH_AXI>, <&syscon_apmu CLK_SDH2>;
602
- clock-names = "core", "io";
603
- interrupts = <101>;
604
- status = "disabled";
605
- };
606
-
607
598
syscon_apmu: system-controller@d4282800 {
608
599
compatible = "spacemit,k1-syscon-apmu";
609
600
reg = <0x0 0xd4282800 0x0 0x400>;
831
822
#address-cells = <2>;
832
823
#size-cells = <2>;
833
824
dma-ranges = <0x0 0x00000000 0x0 0x00000000 0x0 0x80000000>;
825
+
826
+ emmc: mmc@d4281000 {
827
+ compatible = "spacemit,k1-sdhci";
828
+ reg = <0x0 0xd4281000 0x0 0x200>;
829
+ clocks = <&syscon_apmu CLK_SDH_AXI>,
830
+ <&syscon_apmu CLK_SDH2>;
831
+ clock-names = "core", "io";
832
+ interrupts = <101>;
833
+ status = "disabled";
834
+ };
834
835
};
835
836
};
836
837
};
You can’t perform that action at this time.
0 commit comments