Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1722231
| From | Li Wei <liwei213@huawei.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 3/5] arm64: dts: add ufs dts node |
| Date | 2017-08-29 10:50 +0200 |
| Message-ID | <ujKnE-lz-13@gated-at.bofh.it> (permalink) |
| References | <ujKnE-lz-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
arm64: dts: add ufs node for Hisilicon
Signed-off-by: Li Wei <liwei213@huawei.com>
---
arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
index c6a1961e8d55..0ae01d7480df 100644
--- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
+++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
@@ -848,5 +848,21 @@
&sdio_cfg_func>;
status = "disabled";
};
+
+ ufs: ufs@ff3b0000 {
+ compatible = "jedec,ufs-1.1", "hisilicon,hi3660-ufs";
+ /* 0: HCI standard */
+ /* 1: UFS SYS CTRL */
+ reg = <0x0 0xff3b0000 0x0 0x1000>,
+ <0x0 0xff3b1000 0x0 0x1000>;
+ interrupt-parent = <&gic>;
+ interrupts = <GIC_SPI 278 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&crg_ctrl HI3660_CLK_GATE_UFSIO_REF>,
+ <&crg_ctrl HI3660_CLK_GATE_UFSPHY_CFG>;
+ clock-names = "clk_ref", "clk_phy";
+ freq-table-hz = <0 0>, <0 0>;
+ reset-gpio = <&gpio18 1 0>;
+ status = "okay";
+ };
};
};
--
2.11.0
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v3 3/5] arm64: dts: add ufs dts node Li Wei <liwei213@huawei.com> - 2017-08-29 10:50 +0200
csiph-web