forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/gi…
…t/arm/arm-soc Pull ARM SoC DT updates from Kevin Hilman: "As usual, quite a few device-tree updates in ARM land. There was one minor churn in DTs due to relicensing under a dual-license, and lots of little additions of new peripherals, features etc, but nothing really exciting to call to your attention. Some higlights, focsuing on support for new SoCs and boards: - AT91: new boards: Overkiz, Acme Systems' Arietta G25 - tegra: HDA support - bcm: new platforms: Buffalo WXR-1900DHP, SmartRG SR400ac, ASUS RT-AC87U - mvebu: new platforms: Compulab CM-A510, Armada 385-based Linksys boards, DLink DNS-327L - OMAP: new platforms: Baltos IR5221, LogicPD Torpedo, Toby-Churchill SL50 - ARM: added support for Juno r1 board - sunxi: A33 SoC support; new boards: A23 EVB, SinA33, GA10H-A33, Mele A1000G - imx: i.MX7D SoC support; new boards: Armadeus Systems APF6, Gateworks GW5510, and aristainetos2 boards - hisilicon: hi6220 SoC support; new boards: 96boards hikey" * tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (462 commits) ARM: hisi: revert changes from hisi/hip04-dt branch ARM: nomadik: set proper compatible for accelerometer ARM64: juno: add GPIO keys ARM: at91/dt: sama5d4: fix dma conf for aes, sha and tdes nodes ARM: dts: Introduce STM32F429 MCU ARM: socfpga: dts: enable ethernet for Arria10 devkit ARM: dts: k2l: fix the netcp range size ARM: dts: k2e: fix the netcp range size ARM: dts: k2hk: fix the netcp range size ARM: dts: k2l-evm: Add device bindings for netcp driver ARM: dts: k2e-evm: Add device bindings for netcp driver ARM: dts: k2hk-evm: Add device bindings for netcp driver ARM: BCM5301X: Add DT for Asus RT-AC87U ARM: BCM5301X: add IRQ numbers for PCIe controller ARM: BCM5301X: add NAND flash chip description arm64: dts: Add dts files for Hisilicon Hi6220 SoC clk: hi6220: Document devicetree bindings for hi6220 clock arm64: hi6220: Document devicetree bindings for Hisilicon hi6220 SoC ARM: at91/dt: sama5d4ek: mci0 uses slot 0 ARM: at91/dt: kizbox: fix mismatch LED PWM device ...
- Loading branch information
Showing
400 changed files
with
29,423 additions
and
9,239 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
Documentation/devicetree/bindings/arm/altera/socfpga-sdram-controller.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Altera SOCFPGA SDRAM Controller | ||
|
||
Required properties: | ||
- compatible : Should contain "altr,sdr-ctl" and "syscon". | ||
syscon is required by the Altera SOCFPGA SDRAM EDAC. | ||
- reg : Should contain 1 register range (address and length) | ||
|
||
Example: | ||
sdr: sdr@ffc25000 { | ||
compatible = "altr,sdr-ctl", "syscon"; | ||
reg = <0xffc25000 0x1000>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 29 additions & 2 deletions
31
Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,35 @@ | ||
Broadcom BCM2835 device tree bindings | ||
------------------------------------------- | ||
|
||
Boards with the BCM2835 SoC shall have the following properties: | ||
Raspberry Pi Model A | ||
Required root node properties: | ||
compatible = "raspberrypi,model-a", "brcm,bcm2835"; | ||
|
||
Required root node property: | ||
Raspberry Pi Model A+ | ||
Required root node properties: | ||
compatible = "raspberrypi,model-a-plus", "brcm,bcm2835"; | ||
|
||
Raspberry Pi Model B | ||
Required root node properties: | ||
compatible = "raspberrypi,model-b", "brcm,bcm2835"; | ||
|
||
Raspberry Pi Model B (no P5) | ||
early model B with I2C0 rather than I2C1 routed to the expansion header | ||
Required root node properties: | ||
compatible = "raspberrypi,model-b-i2c0", "brcm,bcm2835"; | ||
|
||
Raspberry Pi Model B rev2 | ||
Required root node properties: | ||
compatible = "raspberrypi,model-b-rev2", "brcm,bcm2835"; | ||
|
||
Raspberry Pi Model B+ | ||
Required root node properties: | ||
compatible = "raspberrypi,model-b-plus", "brcm,bcm2835"; | ||
|
||
Raspberry Pi Compute Module | ||
Required root node properties: | ||
compatible = "raspberrypi,compute-module", "brcm,bcm2835"; | ||
|
||
Generic BCM2835 board | ||
Required root node properties: | ||
compatible = "brcm,bcm2835"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.