mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
dts: mtmips: add mmc related nodes for mt7628an.dtsi
This patch adds mmc related nodes for mt7628an.dtsi Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
This commit is contained in:
parent
77ebea23c3
commit
e3b326fee5
1 changed files with 22 additions and 0 deletions
|
@ -25,6 +25,14 @@
|
|||
compatible = "mti,cpu-interrupt-controller";
|
||||
};
|
||||
|
||||
clk48m: clk48m@0 {
|
||||
compatible = "fixed-clock";
|
||||
|
||||
clock-frequency = <48000000>;
|
||||
|
||||
#clock-cells = <0>;
|
||||
};
|
||||
|
||||
palmbus@10000000 {
|
||||
compatible = "palmbus", "simple-bus";
|
||||
reg = <0x10000000 0x200000>;
|
||||
|
@ -382,4 +390,18 @@
|
|||
interrupt-parent = <&intc>;
|
||||
interrupts = <18>;
|
||||
};
|
||||
|
||||
mmc: mmc@10130000 {
|
||||
compatible = "mediatek,mt7620-mmc";
|
||||
reg = <0x10130000 0x4000>;
|
||||
builtin-cd = <1>;
|
||||
r_smpl = <1>;
|
||||
|
||||
clocks = <&clk48m>, <&clkctrl CLK_SDXC>;
|
||||
clock-names = "source", "hclk";
|
||||
|
||||
resets = <&rstctrl MT7628_SDXC_RST>;
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue