forked from linaro-swg/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 DT updates from Olof Johansson: "As usual, this is the massive branch we have for each release. Lots of various updates and additions of hardware descriptions on existing hardware, as well as the usual additions of new boards and SoCs. This is also the first release where we've started mixing 64- and 32-bit DT updates in one branch. (Specific details on what's actually here and new is pretty easy to tell from the diffstat, so there's little point in duplicating listing it here)" * tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (499 commits) ARM: dts: uniphier: add system-bus-controller nodes ARM64: juno: disable NOR flash node by default ARM: dts: uniphier: add outer cache controller nodes arm64: defconfig: Enable PCI generic host bridge by default arm64: Juno: Add support for the PCIe host bridge on Juno R1 Documentation: of: Document the bindings used by Juno R1 PCIe host bridge ARM: dts: uniphier: add I2C aliases for ProXstream2 boards dts/Makefile: Add build support for LS2080a QDS & RDB board DTS dts/ls2080a: Add DTS support for LS2080a QDS & RDB boards dts/ls2080a: Update Simulator DTS to add support of various peripherals dts/ls2080a: Remove text about writing to Free Software Foundation dts/ls2080a: Update DTSI to add support of various peripherals doc: DTS: Update DWC3 binding to provide reference to generic bindings doc/bindings: Update GPIO devicetree binding documentation for LS2080A Documentation/dts: Move FSL board-specific bindings out of /powerpc Documentation: DT: Add entry for FSL LS2080A QDS and RDB boards arm64: Rename FSL LS2085A SoC support code to LS2080A arm64: Use generic Layerscape SoC family naming ARM: dts: uniphier: add ProXstream2 Vodka board support ARM: dts: uniphier: add ProXstream2 Gentil board support ...
- Loading branch information
Showing
433 changed files
with
20,755 additions
and
3,428 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
APM X-GENE SoC series SCU Registers | ||
|
||
This system clock unit contain various register that control block resets, | ||
clock enable/disables, clock divisors and other deepsleep registers. | ||
|
||
Properties: | ||
- compatible : should contain two values. First value must be: | ||
- "apm,xgene-scu" | ||
second value must be always "syscon". | ||
|
||
- reg : offset and length of the register set. | ||
|
||
Example : | ||
scu: system-clk-controller@17000000 { | ||
compatible = "apm,xgene-scu","syscon"; | ||
reg = <0x0 0x17000000 0x0 0x400>; | ||
}; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Broadcom Northstar Plus device tree bindings | ||
-------------------------------------------- | ||
|
||
Broadcom Northstar Plus family of SoCs are used for switching control | ||
and management applications as well as residential router/gateway | ||
applications. The SoC features dual core Cortex A9 ARM CPUs, integrating | ||
several peripheral interfaces including multiple Gigabit Ethernet PHYs, | ||
DDR3 memory, PCIE Gen-2, USB 2.0 and USB 3.0, serial and NAND flash, | ||
SATA and several other IO controllers. | ||
|
||
Boards with Northstar Plus SoCs shall have the following properties: | ||
|
||
Required root node property: | ||
|
||
BCM58522 | ||
compatible = "brcm,bcm58522", "brcm,nsp"; | ||
|
||
BCM58525 | ||
compatible = "brcm,bcm58525", "brcm,nsp"; | ||
|
||
BCM58535 | ||
compatible = "brcm,bcm58535", "brcm,nsp"; | ||
|
||
BCM58622 | ||
compatible = "brcm,bcm58622", "brcm,nsp"; | ||
|
||
BCM58623 | ||
compatible = "brcm,bcm58623", "brcm,nsp"; | ||
|
||
BCM58625 | ||
compatible = "brcm,bcm58625", "brcm,nsp"; | ||
|
||
BCM88312 | ||
compatible = "brcm,bcm88312", "brcm,nsp"; |
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
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.