File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
arch/riscv/boot/dts/spacemit Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 30
30
};
31
31
};
32
32
33
+ &emmc {
34
+ bus-width = <8>;
35
+ mmc-hs400-1_8v;
36
+ mmc-hs400-enhanced-strobe;
37
+ non-removable;
38
+ no-sd;
39
+ no-sdio;
40
+ status = "okay";
41
+ };
42
+
33
43
&uart0 {
34
44
pinctrl-names = "default";
35
45
pinctrl-0 = <&uart0_2_cfg>;
Original file line number Diff line number Diff line change 511
511
#clock-cells = <1>;
512
512
};
513
513
514
+ emmc: mmc@d4281000 {
515
+ compatible = "spacemit,k1-sdhci";
516
+ reg = <0x0 0xd4281000 0x0 0x200>;
517
+ clocks = <&syscon_apmu CLK_SDH_AXI>, <&syscon_apmu CLK_SDH2>;
518
+ clock-names = "core", "io";
519
+ interrupts = <101>;
520
+ status = "disabled";
521
+ };
522
+
514
523
syscon_apmu: system-controller@d4282800 {
515
524
compatible = "spacemit,k1-syscon-apmu";
516
525
reg = <0x0 0xd4282800 0x0 0x400>;
You can’t perform that action at this time.
0 commit comments