mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
721afaa2ae
As always, a large number of DT updates. Too many to enumerate them all, but at a glance: New SoCs introduced in this release: - Amlogic: + Meson 8M2 SoC, a.k.a. S812. A quad Cortex-A9 SoC used in some set top boxes and other products. - Mediatek: + MT7623A, which is a flavor of the MT7623 family with other on-chip ethernet options. - Qualcomm: + SDM845, a.k.a Snapdragon 845, an 4+4-core Kryo 385/845 (Cortex-A75/A55 derivative) SoC that's one of the current high-end mobile SoCs. It's great to see mainline support for it. So far, you can't do much with it, since a lot of peripherals are not yet in the DTs but driver support for USB, GPU and other pieces are starting to trickle in. This might end up being a well-supported SoC upstream if the momentum keeps up. - Renesas: + R8A77990, a.k.a R-Car E3, a new automotive entertainment-targeted SoC. Currently only one Cortex-A53 CPU is enabled, we are eagerly awaiting more. So far, basic drivers such as serial, gpios, PMU and ethernet are enabled. + R8A77470, a.k.a. RZ/G1C, a new dual Cortex-A7 SoC with PowerVR GPU. Same here, basic set of drivers such as serial, gpios and ethernet enabled, and SMP support is also forthcoming. - STMicroelectronics: + STM32F469, very similar tih STM32F429 but with display support Enhancements to SoCs/platforms (DTS contents, some driver portions might not be in yet): - Allwinner sun8i (h3/a33/a83t) SMP, DVFS tweaks, misc - Amlogic Meson: I2C, UFS, TDM, GPIO external interrupts, MMC resets - Hisilicon hi3660: Thermal cooling, CPU frequency scaling, mailbox interfaces - Marvell Berlin2CD: SMP support, thermal sensors - Mediatek MT7623: Highspeed DMA, audio support - Qualcomm IPQ8074 PCIe support, MSM8996 UFS support - Renesas: Watchdog and PMU support across many platforms - Rockchip RK3399: USB3 OTG support - Samsung Exynos: Audio-over-HDMI on Odroid X/X2/U3 - STMicro STM32: Lots of peripherals added to STM32MP175C - Uniphier: Ethernet support New boards: - Allwinner A20: Olimex A20-SOM-EVB-eMMC variant - Allwinner H2+: Libre Computer ALL-H3-CC (h2+ version) - Allwinner A33: Nintendo NES/SuperNES Classic Edition - Aspeed: S2600WF, Inventec Lanyang BMC, Portwell Neptune - Berlin2CD: Valve Steam Link - Broadcom BCM5301X: Luxul XAP-1610 and XWR-3150 V1 - Broadcom: Raspberry Pi 3 B+ - Mediatek MT7623N and MT7623A: reference boards - Meson 8M2: Tronsmart MXIII Plus - NXP i.MX: Engicam i.CoreM6, DHCOM iMX6 SOM, BTicino i.MX6DL Mamoj - Qualcomm MSM8974: Sony Xperia Z1 Compact support - Qualcomm SDM845: MTP development board - Renesas: Ebisu R8A77990 board - Renesas RZ/G1C: iwg23s: iWave G235-SDB - TI am335x: Pocketbeagle support -----BEGIN PGP SIGNATURE----- iQJDBAABCAAtFiEElf+HevZ4QCAJmMQ+jBrnPN6EHHcFAlsfBtUPHG9sb2ZAbGl4 b20ubmV0AAoJEIwa5zzehBx3wfYQAI1hlPhRx7H1zbc59zdlW6daY7y1+dXuqoCs K5Hxsurlsbnx9fjeGcBp/razL5YtdZmBYII8IBhKzhLKp/A0gqmX7W9pTNQj9/Sp SOIl8dci/yr0HUpgwc4IdVhJBdpplv48GK3q8opSocI/J9dnD873NHLlvTpCB+Jy GCD9tB56JnOfTO+n0Yg+tyuig1jIQCc52Iwnmxv2vYPbsHUaEmqz1Z+wBe0BaDk+ eVsohNQI/2xxRzv8PE13H/ojcZ532rF45aw6ypRwCvg1MzCYXSdKLJlIWx8Ci581 YmRPlCOWai+AxSATgJhIR9n9dxn6hqxEgVyu7AOxPVa0O4DKB3oy8PPo5wlOCKcU J1n5zJwnULWw4eVa1ag/cEMbz95QMC1F9MmyiLUfz3esHwyD/Gl3ks9v1gwn9XYp xsI+oGnMy/Uz4oZ1/XM5CO5UUDXyixVD3pYEF8wLaYX2JY8zETI5qfvNL0bwZX3P lLFCI7Xdwsk3+HCp7aHs4KkWHLVGq65SxrXKTIpU+vEq+0RYiV/cWP9Swa/RNrMH gB00oZ2TBRuIr/KxsCKyCkKApocW4J4WtZ2sMY7QDXzW68lq8oIbefY+6Abgk4/7 6J7D5n0gmTB38wrzZCY5UF0eQrLjPwnxuLywEll5oLFbNTr/7Aruk2kFYEMGjM9E QmXGoHXU =jLvk -----END PGP SIGNATURE----- Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc Pull ARM SoC device tree updates from Olof Johansson: "As always, a large number of DT updates. Too many to enumerate them all, but at a glance: New SoCs introduced in this release: - Amlogic: + Meson 8M2 SoC, a.k.a. S812. A quad Cortex-A9 SoC used in some set top boxes and other products. - Mediatek: + MT7623A, which is a flavor of the MT7623 family with other on-chip ethernet options. - Qualcomm: + SDM845, a.k.a Snapdragon 845, an 4+4-core Kryo 385/845 (Cortex-A75/A55 derivative) SoC that's one of the current high-end mobile SoCs. It's great to see mainline support for it. So far, you can't do much with it, since a lot of peripherals are not yet in the DTs but driver support for USB, GPU and other pieces are starting to trickle in. This might end up being a well-supported SoC upstream if the momentum keeps up. - Renesas: + R8A77990, a.k.a R-Car E3, a new automotive entertainment-targeted SoC. Currently only one Cortex-A53 CPU is enabled, we are eagerly awaiting more. So far, basic drivers such as serial, gpios, PMU and ethernet are enabled. + R8A77470, a.k.a. RZ/G1C, a new dual Cortex-A7 SoC with PowerVR GPU. Same here, basic set of drivers such as serial, gpios and ethernet enabled, and SMP support is also forthcoming. - STMicroelectronics: + STM32F469, very similar tih STM32F429 but with display support Enhancements to SoCs/platforms (DTS contents, some driver portions might not be in yet): - Allwinner sun8i (h3/a33/a83t) SMP, DVFS tweaks, misc - Amlogic Meson: I2C, UFS, TDM, GPIO external interrupts, MMC resets - Hisilicon hi3660: Thermal cooling, CPU frequency scaling, mailbox interfaces - Marvell Berlin2CD: SMP support, thermal sensors - Mediatek MT7623: Highspeed DMA, audio support - Qualcomm IPQ8074 PCIe support, MSM8996 UFS support - Renesas: Watchdog and PMU support across many platforms - Rockchip RK3399: USB3 OTG support - Samsung Exynos: Audio-over-HDMI on Odroid X/X2/U3 - STMicro STM32: Lots of peripherals added to STM32MP175C - Uniphier: Ethernet support New boards: - Allwinner A20: Olimex A20-SOM-EVB-eMMC variant - Allwinner H2+: Libre Computer ALL-H3-CC (h2+ version) - Allwinner A33: Nintendo NES/SuperNES Classic Edition - Aspeed: S2600WF, Inventec Lanyang BMC, Portwell Neptune - Berlin2CD: Valve Steam Link - Broadcom BCM5301X: Luxul XAP-1610 and XWR-3150 V1 - Broadcom: Raspberry Pi 3 B+ - Mediatek MT7623N and MT7623A: reference boards - Meson 8M2: Tronsmart MXIII Plus - NXP i.MX: Engicam i.CoreM6, DHCOM iMX6 SOM, BTicino i.MX6DL Mamoj - Qualcomm MSM8974: Sony Xperia Z1 Compact support - Qualcomm SDM845: MTP development board - Renesas: Ebisu R8A77990 board - Renesas RZ/G1C: iwg23s: iWave G235-SDB - TI am335x: Pocketbeagle support" * tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (448 commits) ARM: dts: aspeed: Fix hwrng register address arm64: dts: sprd: whale2: Add the rtc enable clock for watchdog arm64: dts: sprd: Add GPIO and GPIO keys device nodes arm64: dts: sprd: fix typo in 'remote-endpoint' arm64: dts: apq8096-db820c: Removed bt-en-1-8v regulator arm64: dts: fix regulator property name for wlan pcie endpoint arm64: dts: qcom: msm8996: Use UFS_GDSC for UFS ARM: dts: pxa3xx: fix MMC clocks ARM: pxa: dts: add pin definitions for extended GPIOs ARM: pxa: dts: add gpio-ranges to gpio controller ARM: dts: ipq8074: Enable few peripherals for hk01 board ARM: dts: ipq8074: Add pcie nodes ARM: dts: ipq8074: Add peripheral nodes ARM: dts: ipq4019: Add qcom-ipq4019-ap.dk07.1-c2 board file ARM: dts: ipq4019: Add qcom-ipq4019-ap.dk07.1-c1 board file ARM: dts: ipq4019: Add ipq4019-ap.dk07.1 common data ARM: dts: ipq4019: Add qcom-ipq4019-ap.dk04.1-c3 board file ARM: dts: ipq4019: Add ipq4019-ap.dk04.1-c1 board file ARM: dts: ipq4019: Add ipq4019-ap.dk04.dtsi ARM: dts: ipq4019: Change the max opp frequency ...
159 lines
5.8 KiB
Plaintext
159 lines
5.8 KiB
Plaintext
Renesas SH-Mobile, R-Mobile, and R-Car Platform Device Tree Bindings
|
|
--------------------------------------------------------------------
|
|
|
|
SoCs:
|
|
|
|
- Emma Mobile EV2
|
|
compatible = "renesas,emev2"
|
|
- RZ/A1H (R7S72100)
|
|
compatible = "renesas,r7s72100"
|
|
- SH-Mobile AG5 (R8A73A00/SH73A0)
|
|
compatible = "renesas,sh73a0"
|
|
- R-Mobile APE6 (R8A73A40)
|
|
compatible = "renesas,r8a73a4"
|
|
- R-Mobile A1 (R8A77400)
|
|
compatible = "renesas,r8a7740"
|
|
- RZ/G1H (R8A77420)
|
|
compatible = "renesas,r8a7742"
|
|
- RZ/G1M (R8A77430)
|
|
compatible = "renesas,r8a7743"
|
|
- RZ/G1N (R8A77440)
|
|
compatible = "renesas,r8a7744"
|
|
- RZ/G1E (R8A77450)
|
|
compatible = "renesas,r8a7745"
|
|
- RZ/G1C (R8A77470)
|
|
compatible = "renesas,r8a77470"
|
|
- R-Car M1A (R8A77781)
|
|
compatible = "renesas,r8a7778"
|
|
- R-Car H1 (R8A77790)
|
|
compatible = "renesas,r8a7779"
|
|
- R-Car H2 (R8A77900)
|
|
compatible = "renesas,r8a7790"
|
|
- R-Car M2-W (R8A77910)
|
|
compatible = "renesas,r8a7791"
|
|
- R-Car V2H (R8A77920)
|
|
compatible = "renesas,r8a7792"
|
|
- R-Car M2-N (R8A77930)
|
|
compatible = "renesas,r8a7793"
|
|
- R-Car E2 (R8A77940)
|
|
compatible = "renesas,r8a7794"
|
|
- R-Car H3 (R8A77950)
|
|
compatible = "renesas,r8a7795"
|
|
- R-Car M3-W (R8A77960)
|
|
compatible = "renesas,r8a7796"
|
|
- R-Car M3-N (R8A77965)
|
|
compatible = "renesas,r8a77965"
|
|
- R-Car V3M (R8A77970)
|
|
compatible = "renesas,r8a77970"
|
|
- R-Car V3H (R8A77980)
|
|
compatible = "renesas,r8a77980"
|
|
- R-Car E3 (R8A77990)
|
|
compatible = "renesas,r8a77990"
|
|
- R-Car D3 (R8A77995)
|
|
compatible = "renesas,r8a77995"
|
|
|
|
|
|
Boards:
|
|
|
|
- Alt (RTP0RC7794SEB00010S)
|
|
compatible = "renesas,alt", "renesas,r8a7794"
|
|
- APE6-EVM
|
|
compatible = "renesas,ape6evm", "renesas,r8a73a4"
|
|
- Atmark Techno Armadillo-800 EVA
|
|
compatible = "renesas,armadillo800eva", "renesas,r8a7740"
|
|
- Blanche (RTP0RC7792SEB00010S)
|
|
compatible = "renesas,blanche", "renesas,r8a7792"
|
|
- BOCK-W
|
|
compatible = "renesas,bockw", "renesas,r8a7778"
|
|
- Condor (RTP0RC77980SEB0010SS/RTP0RC77980SEB0010SA01)
|
|
compatible = "renesas,condor", "renesas,r8a77980"
|
|
- Draak (RTP0RC77995SEB0010S)
|
|
compatible = "renesas,draak", "renesas,r8a77995"
|
|
- Eagle (RTP0RC77970SEB0010S)
|
|
compatible = "renesas,eagle", "renesas,r8a77970"
|
|
- Ebisu (RTP0RC77990SEB0010S)
|
|
compatible = "renesas,ebisu", "renesas,r8a77990"
|
|
- Genmai (RTK772100BC00000BR)
|
|
compatible = "renesas,genmai", "renesas,r7s72100"
|
|
- GR-Peach (X28A-M01-E/F)
|
|
compatible = "renesas,gr-peach", "renesas,r7s72100"
|
|
- Gose (RTP0RC7793SEB00010S)
|
|
compatible = "renesas,gose", "renesas,r8a7793"
|
|
- H3ULCB (R-Car Starter Kit Premier, RTP0RC7795SKBX0010SA00 (H3 ES1.1))
|
|
H3ULCB (R-Car Starter Kit Premier, RTP0RC77951SKBX010SA00 (H3 ES2.0))
|
|
compatible = "renesas,h3ulcb", "renesas,r8a7795"
|
|
- Henninger
|
|
compatible = "renesas,henninger", "renesas,r8a7791"
|
|
- iWave Systems RZ/G1C Single Board Computer (iW-RainboW-G23S)
|
|
compatible = "iwave,g23s", "renesas,r8a77470"
|
|
- iWave Systems RZ/G1E SODIMM SOM Development Platform (iW-RainboW-G22D)
|
|
compatible = "iwave,g22d", "iwave,g22m", "renesas,r8a7745"
|
|
- iWave Systems RZ/G1E SODIMM System On Module (iW-RainboW-G22M-SM)
|
|
compatible = "iwave,g22m", "renesas,r8a7745"
|
|
- iWave Systems RZ/G1M Qseven Development Platform (iW-RainboW-G20D-Qseven)
|
|
compatible = "iwave,g20d", "iwave,g20m", "renesas,r8a7743"
|
|
- iWave Systems RZ/G1M Qseven System On Module (iW-RainboW-G20M-Qseven)
|
|
compatible = "iwave,g20m", "renesas,r8a7743"
|
|
- Kingfisher (SBEV-RCAR-KF-M03)
|
|
compatible = "shimafuji,kingfisher"
|
|
- Koelsch (RTP0RC7791SEB00010S)
|
|
compatible = "renesas,koelsch", "renesas,r8a7791"
|
|
- Kyoto Microcomputer Co. KZM-A9-Dual
|
|
compatible = "renesas,kzm9d", "renesas,emev2"
|
|
- Kyoto Microcomputer Co. KZM-A9-GT
|
|
compatible = "renesas,kzm9g", "renesas,sh73a0"
|
|
- Lager (RTP0RC7790SEB00010S)
|
|
compatible = "renesas,lager", "renesas,r8a7790"
|
|
- M3ULCB (R-Car Starter Kit Pro, RTP0RC7796SKBX0010SA09 (M3 ES1.0))
|
|
compatible = "renesas,m3ulcb", "renesas,r8a7796"
|
|
- Marzen (R0P7779A00010S)
|
|
compatible = "renesas,marzen", "renesas,r8a7779"
|
|
- Porter (M2-LCDP)
|
|
compatible = "renesas,porter", "renesas,r8a7791"
|
|
- RSKRZA1 (YR0K77210C000BE)
|
|
compatible = "renesas,rskrza1", "renesas,r7s72100"
|
|
- Salvator-X (RTP0RC7795SIPB0010S)
|
|
compatible = "renesas,salvator-x", "renesas,r8a7795"
|
|
- Salvator-X (RTP0RC7796SIPB0011S)
|
|
compatible = "renesas,salvator-x", "renesas,r8a7796"
|
|
- Salvator-X (RTP0RC7796SIPB0011S (M3-N))
|
|
compatible = "renesas,salvator-x", "renesas,r8a77965"
|
|
- Salvator-XS (Salvator-X 2nd version, RTP0RC7795SIPB0012S)
|
|
compatible = "renesas,salvator-xs", "renesas,r8a7795"
|
|
- Salvator-XS (Salvator-X 2nd version, RTP0RC7796SIPB0012S)
|
|
compatible = "renesas,salvator-xs", "renesas,r8a7796"
|
|
- Salvator-XS (Salvator-X 2nd version, RTP0RC77965SIPB012S)
|
|
compatible = "renesas,salvator-xs", "renesas,r8a77965"
|
|
- SILK (RTP0RC7794LCB00011S)
|
|
compatible = "renesas,silk", "renesas,r8a7794"
|
|
- SK-RZG1E (YR8A77450S000BE)
|
|
compatible = "renesas,sk-rzg1e", "renesas,r8a7745"
|
|
- SK-RZG1M (YR8A77430S000BE)
|
|
compatible = "renesas,sk-rzg1m", "renesas,r8a7743"
|
|
- Stout (ADAS Starterkit, Y-R-CAR-ADAS-SKH2-BOARD)
|
|
compatible = "renesas,stout", "renesas,r8a7790"
|
|
- V3HSK (Y-ASK-RCAR-V3H-WS10)
|
|
compatible = "renesas,v3hsk", "renesas,r8a77980"
|
|
- V3MSK (Y-ASK-RCAR-V3M-WS10)
|
|
compatible = "renesas,v3msk", "renesas,r8a77970"
|
|
- Wheat (RTP0RC7792ASKB0000JE)
|
|
compatible = "renesas,wheat", "renesas,r8a7792"
|
|
|
|
|
|
Most Renesas ARM SoCs have a Product Register that allows to retrieve SoC
|
|
product and revision information. If present, a device node for this register
|
|
should be added.
|
|
|
|
Required properties:
|
|
- compatible: Must be "renesas,prr".
|
|
- reg: Base address and length of the register block.
|
|
|
|
|
|
Examples
|
|
--------
|
|
|
|
prr: chipid@ff000044 {
|
|
compatible = "renesas,prr";
|
|
reg = <0 0xff000044 0 4>;
|
|
};
|