-
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 device-tree updates from Arnd Bergmann: "We add device tree files for a couple of additional SoCs in various areas: Allwinner R40/V40 for entertainment, Broadcom Hurricane 2 for networking, Amlogic A113D for audio, and Renesas R-Car V3M for automotive. As usual, lots of new boards get added based on those and other SoCs: - Actions S500 based CubieBoard6 single-board computer - Amlogic Meson-AXG A113D based development board - Amlogic S912 based Khadas VIM2 single-board computer - Amlogic S912 based Tronsmart Vega S96 set-top-box - Allwinner H5 based NanoPi NEO Plus2 single-board computer - Allwinner R40 based Banana Pi M2 Ultra and Berry single-board computers - Allwinner A83T based TBS A711 Tablet - Broadcom Hurricane 2 based Ubiquiti UniFi Switch 8 - Broadcom bcm47xx based Luxul XAP-1440/XAP-810/ABR-4500/XBR-4500 wireless access points and routers - NXP i.MX51 based Zodiac Inflight Innovations RDU1 board - NXP i.MX53 based GE Healthcare PPD biometric monitor - NXP i.MX6 based Pistachio single-board computer - NXP i.MX6 based Vining-2000 automotive diagnostic interface - NXP i.MX6 based Ka-Ro TX6 Computer-on-Module in additional variants - Qualcomm MSM8974 (Snapdragon 800) based Fairphone 2 phone - Qualcomm MSM8974pro (Snapdragon 801) based Sony Xperia Z2 Tablet - Realtek RTD1295 based set-top-boxes MeLE V9 and PROBOX2 AVA - Renesas R-Car V3M (R8A77970) SoC and "Eagle" reference board - Renesas H3ULCB and M3ULCB "Kingfisher" extension infotainment boards - Renasas r8a7745 based iWave G22D-SODIMM SoM - Rockchip rk3288 based Amarula Vyasa single-board computer - Samsung Exynos5800 based Odroid HC1 single-board computer For existing SoC support, there was a lot of ongoing work, as usual most of that concentrated on the Renesas, Rockchip, OMAP, i.MX, Amlogic and Allwinner platforms, but others were also active. Rob Herring and many others worked on reducing the number of issues that the latest version of 'dtc' now warns about. Unfortunately there is still a lot left to do. A rework of the ARM foundation model introduced several new files for common variations of the model" * tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (599 commits) arm64: dts: uniphier: route on-board device IRQ to GPIO controller for PXs3 dt-bindings: bus: Add documentation for the Technologic Systems NBUS arm64: dts: actions: s900-bubblegum-96: Add fake uart5 clock ARM: dts: owl-s500: Add CubieBoard6 dt-bindings: arm: actions: Add CubieBoard6 ARM: dts: owl-s500-guitar-bb-rev-b: Add fake uart3 clock ARM: dts: owl-s500: Set power domains for CPU2 and CPU3 arm: dts: mt7623: remove unused compatible string for pio node arm: dts: mt7623: update usb related nodes arm: dts: mt7623: update crypto node ARM: dts: sun8i: a711: Enable USB OTG ARM: dts: sun8i: a711: Add regulator support ARM: dts: sun8i: a83t: bananapi-m3: Enable AP6212 WiFi on mmc1 ARM: dts: sun8i: a83t: cubietruck-plus: Enable AP6330 WiFi on mmc1 ARM: dts: sun8i: a83t: Move mmc1 pinctrl setting to dtsi file ARM: dts: sun8i: a83t: allwinner-h8homlet-v2: Add AXP818 regulator nodes ARM: dts: sun8i: a83t: bananapi-m3: Add AXP813 regulator nodes ARM: dts: sun8i: a83t: cubietruck-plus: Add AXP818 regulator nodes ARM: dts: sunxi: Add dtsi for AXP81x PMIC arm64: dts: allwinner: H5: Restore EMAC changes ...
- Loading branch information
Showing
608 changed files
with
28,063 additions
and
15,882 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
20 changes: 20 additions & 0 deletions
20
Documentation/devicetree/bindings/arm/amlogic/analog-top.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,20 @@ | ||
Amlogic Meson8 and Meson8b "analog top" registers: | ||
-------------------------------------------------- | ||
|
||
The analog top registers contain information about the so-called | ||
"metal revision" (which encodes the "minor version") of the SoC. | ||
|
||
Required properties: | ||
- reg: the register range of the analog top registers | ||
- compatible: depending on the SoC this should be one of: | ||
- "amlogic,meson8-analog-top" | ||
- "amlogic,meson8b-analog-top" | ||
along with "syscon" | ||
|
||
|
||
Example: | ||
|
||
analog_top: analog-top@81a8 { | ||
compatible = "amlogic,meson8-analog-top", "syscon"; | ||
reg = <0x81a8 0x14>; | ||
}; |
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 @@ | ||
Amlogic Meson6/Meson8/Meson8b assist registers: | ||
----------------------------------------------- | ||
|
||
The assist registers contain basic information about the SoC, | ||
for example the encoded SoC part number. | ||
|
||
Required properties: | ||
- reg: the register range of the assist registers | ||
- compatible: should be "amlogic,meson-mx-assist" along with "syscon" | ||
|
||
|
||
Example: | ||
|
||
assist: assist@7c00 { | ||
compatible = "amlogic,meson-mx-assist", "syscon"; | ||
reg = <0x7c00 0x200>; | ||
}; |
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 @@ | ||
Amlogic Meson6/Meson8/Meson8b bootrom: | ||
-------------------------------------- | ||
|
||
The bootrom register area can be used to access SoC specific | ||
information, such as the "misc version". | ||
|
||
Required properties: | ||
- reg: the register range of the bootrom registers | ||
- compatible: should be "amlogic,meson-mx-bootrom" along with "syscon" | ||
|
||
|
||
Example: | ||
|
||
bootrom: bootrom@d9040000 { | ||
compatible = "amlogic,meson-mx-bootrom", "syscon"; | ||
reg = <0xd9040000 0x10000>; | ||
}; |
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,14 @@ | ||
Broadcom Hurricane 2 device tree bindings | ||
--------------------------------------- | ||
|
||
Broadcom Hurricane 2 family of SoCs are used for switching control. These SoCs | ||
are based on Broadcom's iProc SoC architecture and feature a single core Cortex | ||
A9 ARM CPUs, DDR2/DDR3 memory, PCIe GEN-2, USB 2.0 and USB 3.0, serial and NAND | ||
flash and a PCIe attached integrated switching engine. | ||
|
||
Boards with Hurricane SoCs shall have the following properties: | ||
|
||
Required root node property: | ||
|
||
BCM53342 | ||
compatible = "brcm,bcm53342", "brcm,hr2"; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
Technologic Systems NBUS | ||
|
||
The NBUS is a bus used to interface with peripherals in the Technologic | ||
Systems FPGA on the TS-4600 SoM. | ||
|
||
Required properties : | ||
- compatible : "technologic,ts-nbus" | ||
- #address-cells : must be 1 | ||
- #size-cells : must be 0 | ||
- pwms : The PWM bound to the FPGA | ||
- ts,data-gpios : The 8 GPIO pins connected to the data lines on the FPGA | ||
- ts,csn-gpios : The GPIO pin connected to the csn line on the FPGA | ||
- ts,txrx-gpios : The GPIO pin connected to the txrx line on the FPGA | ||
- ts,strobe-gpios : The GPIO pin connected to the stobe line on the FPGA | ||
- ts,ale-gpios : The GPIO pin connected to the ale line on the FPGA | ||
- ts,rdy-gpios : The GPIO pin connected to the rdy line on the FPGA | ||
|
||
Child nodes: | ||
|
||
The NBUS node can contain zero or more child nodes representing peripherals | ||
on the bus. | ||
|
||
Example: | ||
|
||
nbus { | ||
compatible = "technologic,ts-nbus"; | ||
pinctrl-0 = <&nbus_pins>; | ||
#address-cells = <1>; | ||
#size-cells = <0>; | ||
pwms = <&pwm 2 83>; | ||
ts,data-gpios = <&gpio0 0 GPIO_ACTIVE_HIGH | ||
&gpio0 1 GPIO_ACTIVE_HIGH | ||
&gpio0 2 GPIO_ACTIVE_HIGH | ||
&gpio0 3 GPIO_ACTIVE_HIGH | ||
&gpio0 4 GPIO_ACTIVE_HIGH | ||
&gpio0 5 GPIO_ACTIVE_HIGH | ||
&gpio0 6 GPIO_ACTIVE_HIGH | ||
&gpio0 7 GPIO_ACTIVE_HIGH>; | ||
ts,csn-gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>; | ||
ts,txrx-gpios = <&gpio0 24 GPIO_ACTIVE_HIGH>; | ||
ts,strobe-gpios = <&gpio0 25 GPIO_ACTIVE_HIGH>; | ||
ts,ale-gpios = <&gpio0 26 GPIO_ACTIVE_HIGH>; | ||
ts,rdy-gpios = <&gpio0 21 GPIO_ACTIVE_HIGH>; | ||
|
||
watchdog@2a { | ||
compatible = "..."; | ||
|
||
/* ... */ | ||
}; | ||
}; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
* GE Healthcare USB Management Controller | ||
|
||
A device which handles data aquisition from compatible USB based peripherals. | ||
SPI is used for device management. | ||
|
||
Note: This device does not expose the peripherals as USB devices. | ||
|
||
Required properties: | ||
|
||
- compatible : Should be "ge,achc" | ||
|
||
Required SPI properties: | ||
|
||
- reg : Should be address of the device chip select within | ||
the controller. | ||
|
||
- spi-max-frequency : Maximum SPI clocking speed of device in Hz, should be | ||
1MHz for the GE ACHC. | ||
|
||
Example: | ||
|
||
spidev0: spi@0 { | ||
compatible = "ge,achc"; | ||
reg = <0>; | ||
spi-max-frequency = <1000000>; | ||
}; |
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.