Pull ARM DT updates from Arnd Bergmann:
"A total of 380 patches this time, mostly adding support for more
hardware in the device tree descriptions. There is not much exciting
here for 4.11, but I've tried my best to condense the information from
the pull requests I got into a readable summary.
Noteworthy changes to existing platforms include:
- The GIC memory map was a bit wrong almost everywhere and now gets
fixed up
- The Allwinner platforms convert to the generic pinmux properties
- The Marvell EBU platforms now use the new DSA binding
- Samsung Exynos4212 was unused and gets removed
- The Renesas power management got improved
New production machines:
- Lego Mindstorms EV3:
https://www.lego.com/en-us/mindstorms/about-ev3
- Beelink X2 Android media box:
http://linux-sunxi.org/Beelink_X2
- "Romulus" baseboard management controller for OpenPower
- Axentia TSE-850 Data Radio Channel (DARC) encoder:
http://www.axentia.se/db/equipment.html
- Luxul XAP-1410 and XWR-1200 wireless access points:
https://luxul.com/xap-1410
New SoCs:
- Allwinner H2+ and V3s, both minor variations of already supported
chips:
http://www.allwinnertech.com/index.php?c=product&a=index&id=38
- Marvell Prestera DX packet processors based on Armada XP
architecture:
http://www.marvell.com/switching/prestera-dx/
- Samsung Exynos4412 Prime gets added, a minor variation of
Exynos4412
New developer and reference boards:
- Lichee Pi One, Lichee Pi Zero and Orange Pi Zero, all based on
Allwinner SoCs:
http://linux-sunxi.org/LicheePi_One
http://www.orangepi.org/orangepizero/
- SAMA5d36ek Reference platform:
http://www.atmel.com/tools/sama5d36-ek.aspx
- Beaglebone Green Wireless and Black Wireless:
https://beagleboard.org/black-wireless
https://beagleboard.org/green-wireless
- phyCORE-AM335x System on Module:
http://phytec.com/products/system-on-modules/phycore/am335x/
- New revision of "vf610-zii" Zodiac Inflight Innovations board
- Various i.MX System-on-Module: Is.IoT MX6UL, SavageBoard, Engicam
i.Core:
http://www.opossom.com/english/index.html
http://www.savageboard.org/
http://www.engicam.com/en/products/embedded/som/sodimm/is-iot-mx6ul
http://www.engicam.com/en/products/embedded/som/sodimm/i-core-m6s-dl-d-q
- Liebherr (LWN) monitor 6 based on i.MX6 Quad, no idea what this is
- Cleanups and bugfixes on at91, bcm53xx, i.MX, mvebu, omap, oxnas,
qcom, rockchip, sti, stm32 and tegra
New device supports added to some boards and SoCs, briefly by platform:
- Allwinner: SPDIF, A33 cpufreq, A33 Mali GPU
- Aspeed: network, ipmi bt, gpio, pinmux
- Broadcom: video encoder for raspberry pi, qspi, ethernet, sd/mmc
- TI DaVinci: gpio, lcdc, usb, video-in, uart
- TI Keystone 2: MSM RAM, power/reset, uart
- Mediatek MT2701: clocks, iommu, spi, nand, adc, thermal
- Marvell EBU: ethernet switch on Turris Omnia
- NXP i.MX: otp ram, USB, wifi, bluetooth, spdif, spi, pmic, eeprom,
mmc, nand
- TI OMAP:
- Qualcomm: coresight, gyro/accelerometer, hdmi
- Renesas: pmic, soc-id
- Rockchip: qos
- Samsung: audio on Odroid-X
- Socfpga: FPGA manager, i2c, led, can, watchdog, nand, power monitor
- STi: video in/out
- STM32: timer, pwm, i2c, rtc, add, i2s
- NVIDIA Tegra: tpm
- Uniphier: mmc/sd pinmux"
* tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (380 commits)
ARM: dts: armada-385-linksys: fix DSA compatible property
ARM: dts: Fix typo in armada-xp-98dx4251
ARM: DTS: Fix register map for virt-capable GIC
dt-bindings: arm,gic: Fix binding example for a virt-capable GIC
ARM: dts: sun8i: sinlinx: Enable audio nodes
ARM: dts: sun8i: parrot: Enable audio nodes
ARM: dts: sun8i: Add audio codec, dai and card for A33
ARM: dts: Add EMAC AXI settings for Arria10
ARM: dts: am335x-chiliboard: Support charger
ARM: dts: am335x-chiliboard: Support power button
ARM: sun8i: dt: Add mali node
dt-bindings: gpu: Add Mali Utgard bindings
ARM: dts: stm32: Add I2C1 support for STM32429 eval board
ARM: dts: stm32: Add I2C1 support for STM32F429 SoC
ARM: dts: stm32: Use clock DT binding definition on stm32f429 family
dt-bindings: mfd: stm32f4: Add missing binding definition
dt-bindings: mfd: stm32f4: Fix STM32F4_X_CLOCK() macro
ARM: dts: stm32: Enable pwm1 and pwm3 for stm32f469-disco
ARM: dts: stm32: add Timers driver for stm32f429 MCU
ARM: dts: add the AB8500 sysclk to the device trees
...
278 lines
6.2 KiB
Plaintext
278 lines
6.2 KiB
Plaintext
/*
|
|
* Copyright (C) 2014 Alexander Shiyan <shc_work@mail.ru>
|
|
*
|
|
* The code contained herein is licensed under the GNU General Public
|
|
* License. You may obtain a copy of the GNU General Public License
|
|
* Version 2 or later at the following locations:
|
|
*
|
|
* http://www.opensource.org/licenses/gpl-license.html
|
|
* http://www.gnu.org/copyleft/gpl.html
|
|
*/
|
|
|
|
#include "imx1-pinfunc.h"
|
|
|
|
#include <dt-bindings/clock/imx1-clock.h>
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
#include <dt-bindings/interrupt-controller/irq.h>
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
/*
|
|
* The decompressor and also some bootloaders rely on a
|
|
* pre-existing /chosen node to be available to insert the
|
|
* command line and merge other ATAGS info.
|
|
* Also for U-Boot there must be a pre-existing /memory node.
|
|
*/
|
|
chosen {};
|
|
memory { device_type = "memory"; reg = <0 0>; };
|
|
|
|
aliases {
|
|
gpio0 = &gpio1;
|
|
gpio1 = &gpio2;
|
|
gpio2 = &gpio3;
|
|
gpio3 = &gpio4;
|
|
i2c0 = &i2c;
|
|
serial0 = &uart1;
|
|
serial1 = &uart2;
|
|
serial2 = &uart3;
|
|
spi0 = &cspi1;
|
|
spi1 = &cspi2;
|
|
};
|
|
|
|
aitc: aitc-interrupt-controller@00223000 {
|
|
compatible = "fsl,imx1-aitc", "fsl,avic";
|
|
interrupt-controller;
|
|
#interrupt-cells = <1>;
|
|
reg = <0x00223000 0x1000>;
|
|
};
|
|
|
|
cpus {
|
|
#size-cells = <0>;
|
|
#address-cells = <1>;
|
|
|
|
cpu@0 {
|
|
device_type = "cpu";
|
|
reg = <0>;
|
|
compatible = "arm,arm920t";
|
|
operating-points = <200000 1900000>;
|
|
clock-latency = <62500>;
|
|
clocks = <&clks IMX1_CLK_MCU>;
|
|
voltage-tolerance = <5>;
|
|
};
|
|
};
|
|
|
|
soc {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
compatible = "simple-bus";
|
|
interrupt-parent = <&aitc>;
|
|
ranges;
|
|
|
|
aipi@00200000 {
|
|
compatible = "fsl,aipi-bus", "simple-bus";
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
reg = <0x00200000 0x10000>;
|
|
ranges;
|
|
|
|
gpt1: timer@00202000 {
|
|
compatible = "fsl,imx1-gpt";
|
|
reg = <0x00202000 0x1000>;
|
|
interrupts = <59>;
|
|
clocks = <&clks IMX1_CLK_HCLK>,
|
|
<&clks IMX1_CLK_PER1>;
|
|
clock-names = "ipg", "per";
|
|
};
|
|
|
|
gpt2: timer@00203000 {
|
|
compatible = "fsl,imx1-gpt";
|
|
reg = <0x00203000 0x1000>;
|
|
interrupts = <58>;
|
|
clocks = <&clks IMX1_CLK_HCLK>,
|
|
<&clks IMX1_CLK_PER1>;
|
|
clock-names = "ipg", "per";
|
|
};
|
|
|
|
fb: fb@00205000 {
|
|
compatible = "fsl,imx1-fb";
|
|
reg = <0x00205000 0x1000>;
|
|
interrupts = <14>;
|
|
clocks = <&clks IMX1_CLK_DUMMY>,
|
|
<&clks IMX1_CLK_DUMMY>,
|
|
<&clks IMX1_CLK_PER2>;
|
|
clock-names = "ipg", "ahb", "per";
|
|
status = "disabled";
|
|
};
|
|
|
|
uart1: serial@00206000 {
|
|
compatible = "fsl,imx1-uart";
|
|
reg = <0x00206000 0x1000>;
|
|
interrupts = <30 29 26>;
|
|
clocks = <&clks IMX1_CLK_HCLK>,
|
|
<&clks IMX1_CLK_PER1>;
|
|
clock-names = "ipg", "per";
|
|
status = "disabled";
|
|
};
|
|
|
|
uart2: serial@00207000 {
|
|
compatible = "fsl,imx1-uart";
|
|
reg = <0x00207000 0x1000>;
|
|
interrupts = <24 23 20>;
|
|
clocks = <&clks IMX1_CLK_HCLK>,
|
|
<&clks IMX1_CLK_PER1>;
|
|
clock-names = "ipg", "per";
|
|
status = "disabled";
|
|
};
|
|
|
|
pwm: pwm@00208000 {
|
|
#pwm-cells = <2>;
|
|
compatible = "fsl,imx1-pwm";
|
|
reg = <0x00208000 0x1000>;
|
|
interrupts = <34>;
|
|
clocks = <&clks IMX1_CLK_DUMMY>,
|
|
<&clks IMX1_CLK_PER1>;
|
|
clock-names = "ipg", "per";
|
|
};
|
|
|
|
dma: dma@00209000 {
|
|
compatible = "fsl,imx1-dma";
|
|
reg = <0x00209000 0x1000>;
|
|
interrupts = <61 60>;
|
|
clocks = <&clks IMX1_CLK_HCLK>,
|
|
<&clks IMX1_CLK_DMA_GATE>;
|
|
clock-names = "ipg", "ahb";
|
|
#dma-cells = <1>;
|
|
};
|
|
|
|
uart3: serial@0020a000 {
|
|
compatible = "fsl,imx1-uart";
|
|
reg = <0x0020a000 0x1000>;
|
|
interrupts = <54 4 1>;
|
|
clocks = <&clks IMX1_CLK_UART3_GATE>,
|
|
<&clks IMX1_CLK_PER1>;
|
|
clock-names = "ipg", "per";
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
aipi@00210000 {
|
|
compatible = "fsl,aipi-bus", "simple-bus";
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
reg = <0x00210000 0x10000>;
|
|
ranges;
|
|
|
|
cspi1: cspi@00213000 {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
compatible = "fsl,imx1-cspi";
|
|
reg = <0x00213000 0x1000>;
|
|
interrupts = <41>;
|
|
clocks = <&clks IMX1_CLK_DUMMY>,
|
|
<&clks IMX1_CLK_PER1>;
|
|
clock-names = "ipg", "per";
|
|
status = "disabled";
|
|
};
|
|
|
|
i2c: i2c@00217000 {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
compatible = "fsl,imx1-i2c";
|
|
reg = <0x00217000 0x1000>;
|
|
interrupts = <39>;
|
|
clocks = <&clks IMX1_CLK_HCLK>;
|
|
status = "disabled";
|
|
};
|
|
|
|
cspi2: cspi@00219000 {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
compatible = "fsl,imx1-cspi";
|
|
reg = <0x00219000 0x1000>;
|
|
interrupts = <40>;
|
|
clocks = <&clks IMX1_CLK_DUMMY>,
|
|
<&clks IMX1_CLK_PER1>;
|
|
clock-names = "ipg", "per";
|
|
status = "disabled";
|
|
};
|
|
|
|
clks: ccm@0021b000 {
|
|
compatible = "fsl,imx1-ccm";
|
|
reg = <0x0021b000 0x1000>;
|
|
#clock-cells = <1>;
|
|
};
|
|
|
|
iomuxc: iomuxc@0021c000 {
|
|
compatible = "fsl,imx1-iomuxc";
|
|
reg = <0x0021c000 0x1000>;
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
ranges;
|
|
|
|
gpio1: gpio@0021c000 {
|
|
compatible = "fsl,imx1-gpio";
|
|
reg = <0x0021c000 0x100>;
|
|
interrupts = <11>;
|
|
gpio-controller;
|
|
#gpio-cells = <2>;
|
|
interrupt-controller;
|
|
#interrupt-cells = <2>;
|
|
};
|
|
|
|
gpio2: gpio@0021c100 {
|
|
compatible = "fsl,imx1-gpio";
|
|
reg = <0x0021c100 0x100>;
|
|
interrupts = <12>;
|
|
gpio-controller;
|
|
#gpio-cells = <2>;
|
|
interrupt-controller;
|
|
#interrupt-cells = <2>;
|
|
};
|
|
|
|
gpio3: gpio@0021c200 {
|
|
compatible = "fsl,imx1-gpio";
|
|
reg = <0x0021c200 0x100>;
|
|
interrupts = <13>;
|
|
gpio-controller;
|
|
#gpio-cells = <2>;
|
|
interrupt-controller;
|
|
#interrupt-cells = <2>;
|
|
};
|
|
|
|
gpio4: gpio@0021c300 {
|
|
compatible = "fsl,imx1-gpio";
|
|
reg = <0x0021c300 0x100>;
|
|
interrupts = <62>;
|
|
gpio-controller;
|
|
#gpio-cells = <2>;
|
|
interrupt-controller;
|
|
#interrupt-cells = <2>;
|
|
};
|
|
};
|
|
};
|
|
|
|
weim: weim@00220000 {
|
|
#address-cells = <2>;
|
|
#size-cells = <1>;
|
|
compatible = "fsl,imx1-weim";
|
|
reg = <0x00220000 0x1000>;
|
|
clocks = <&clks IMX1_CLK_DUMMY>;
|
|
ranges = <
|
|
0 0 0x10000000 0x02000000
|
|
1 0 0x12000000 0x01000000
|
|
2 0 0x13000000 0x01000000
|
|
3 0 0x14000000 0x01000000
|
|
4 0 0x15000000 0x01000000
|
|
5 0 0x16000000 0x01000000
|
|
>;
|
|
status = "disabled";
|
|
};
|
|
|
|
esram: esram@00300000 {
|
|
compatible = "mmio-sram";
|
|
reg = <0x00300000 0x20000>;
|
|
};
|
|
};
|
|
};
|