hi3670.dtsi (757a4b2913eb46df23af9e151e2cdd326d4542b5) hi3670.dtsi (570274cdba34c01fb1e84db3648cb22b258cc394)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * dts file for Hisilicon Hi3670 SoC
4 *
5 * Copyright (C) 2016, Hisilicon Ltd.
6 * Copyright (C) 2018, Linaro Ltd.
7 */
8

--- 640 unchanged lines hidden (view full) ---

649 gpio-controller;
650 #gpio-cells = <2>;
651 gpio-ranges = <&pmx1 1 35 7>;
652 interrupt-controller;
653 #interrupt-cells = <2>;
654 clocks = <&sctrl HI3670_PCLK_AO_GPIO6>;
655 clock-names = "apb_pclk";
656 };
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * dts file for Hisilicon Hi3670 SoC
4 *
5 * Copyright (C) 2016, Hisilicon Ltd.
6 * Copyright (C) 2018, Linaro Ltd.
7 */
8

--- 640 unchanged lines hidden (view full) ---

649 gpio-controller;
650 #gpio-cells = <2>;
651 gpio-ranges = <&pmx1 1 35 7>;
652 interrupt-controller;
653 #interrupt-cells = <2>;
654 clocks = <&sctrl HI3670_PCLK_AO_GPIO6>;
655 clock-names = "apb_pclk";
656 };
657
658 /* SD */
659 dwmmc1: dwmmc1@ff37f000 {
660 compatible = "hisilicon,hi3670-dw-mshc",
661 "hisilicon,hi3660-dw-mshc";
662 reg = <0x0 0xff37f000 0x0 0x1000>;
663 #address-cells = <1>;
664 #size-cells = <0>;
665 interrupts = <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>;
666 clocks = <&crg_ctrl HI3670_CLK_GATE_SD>,
667 <&crg_ctrl HI3670_HCLK_GATE_SD>;
668 clock-names = "ciu", "biu";
669 clock-frequency = <3200000>;
670 resets = <&crg_rst 0x94 18>;
671 reset-names = "reset";
672 hisilicon,peripheral-syscon = <&sctrl>;
673 card-detect-delay = <200>;
674 status = "disabled";
675 };
676
677 /* SDIO */
678 dwmmc2: dwmmc2@fc183000 {
679 compatible = "hisilicon,hi3670-dw-mshc",
680 "hisilicon,hi3660-dw-mshc";
681 reg = <0x0 0xfc183000 0x0 0x1000>;
682 #address-cells = <1>;
683 #size-cells = <0>;
684 interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>;
685 clocks = <&crg_ctrl HI3670_CLK_GATE_SDIO>,
686 <&crg_ctrl HI3670_HCLK_GATE_SDIO>;
687 clock-names = "ciu", "biu";
688 clock-frequency = <3200000>;
689 resets = <&crg_rst 0x94 20>;
690 reset-names = "reset";
691 card-detect-delay = <200>;
692 status = "disabled";
693 };
657 };
658};
694 };
695};