Patch: kernel-3.18/arch/arm64/boot/dts/mt6797.dtsi
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | spi0:spi@1100a000 { compatible = "mediatek,mt6797-spi"; cell-index = <0>; spi-padmacro = <0>; reg = <0x1100a000 0x1000>; interrupts = <GIC_SPI 122 IRQ_TYPE_LEVEL_LOW>; clocks = <&infrasys INFRA_SPI>; clock-names = "spi-main"; clock-frequency = <109000000>; clock-div = <1>; }; spi1:spi@11012000 { compatible = "mediatek,mt6797-spi"; cell-index = <1>; spi-padmacro = <1>; reg = <0x11012000 0x1000>; interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_LOW>; clocks = <&infrasys INFRA_SPI1>; clock-names = "spi-main"; clock-frequency = <109000000>; clock-div = <1>; }; spi2:spi@11018000 { compatible = "mediatek,mt6797-spi"; cell-index = <2>; spi-padmacro = <1>; reg = <0x11018000 0x1000>; interrupts = <GIC_SPI 132 IRQ_TYPE_LEVEL_LOW>; clocks = <&infrasys INFRA_SPI2>; clock-names = "spi-main"; clock-frequency = <109000000>; clock-div = <1>; }; spi3:spi@11019000 { compatible = "mediatek,mt6797-spi"; cell-index = <3>; spi-padmacro = <0>; reg = <0x11019000 0x1000>; interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_LOW>; clocks = <&infrasys INFRA_SPI3>; clock-names = "spi-main"; clock-frequency = <109000000>; clock-div = <1>; }; spi4:spi@1101a000 { compatible = "mediatek,mt6797-spi"; cell-index = <4>; spi-padmacro = <0>; reg = <0x1101a000 0x1000>; interrupts = <GIC_SPI 134 IRQ_TYPE_LEVEL_LOW>; clocks = <&infrasys INFRA_SPI4>; clock-names = "spi-main"; clock-frequency = <109000000>; clock-div = <1>; }; spi5:spi@1101b000 { compatible = "mediatek,mt6797-spi"; cell-index = <5>; spi-padmacro = <0>; reg = <0x1101b000 0x1000>; interrupts = <GIC_SPI 135 IRQ_TYPE_LEVEL_LOW>; clocks = <&infrasys INFRA_SPI5>; clock-names = "spi-main"; clock-frequency = <109000000>; clock-div = <1>; }; |