2014-11-26 09:33:59 +00:00
|
|
|
/*
|
|
|
|
* Device Tree Source for UniPhier PH1-Pro4 SoC
|
|
|
|
*
|
2015-06-30 09:27:00 +00:00
|
|
|
* Copyright (C) 2014-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
|
2014-11-26 09:33:59 +00:00
|
|
|
*
|
2015-06-30 09:27:01 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+ X11
|
2014-11-26 09:33:59 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/include/ "skeleton.dtsi"
|
|
|
|
|
|
|
|
/ {
|
2015-03-11 06:54:46 +00:00
|
|
|
compatible = "socionext,ph1-pro4";
|
2014-11-26 09:33:59 +00:00
|
|
|
|
|
|
|
cpus {
|
|
|
|
#address-cells = <1>;
|
2014-12-05 15:03:23 +00:00
|
|
|
#size-cells = <0>;
|
2015-06-30 09:27:00 +00:00
|
|
|
enable-method = "socionext,uniphier-smp";
|
2014-11-26 09:33:59 +00:00
|
|
|
|
|
|
|
cpu@0 {
|
|
|
|
device_type = "cpu";
|
|
|
|
compatible = "arm,cortex-a9";
|
|
|
|
reg = <0>;
|
|
|
|
};
|
|
|
|
|
|
|
|
cpu@1 {
|
|
|
|
device_type = "cpu";
|
|
|
|
compatible = "arm,cortex-a9";
|
|
|
|
reg = <1>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2015-06-30 09:27:00 +00:00
|
|
|
clocks {
|
|
|
|
arm_timer_clk: arm_timer_clk {
|
|
|
|
#clock-cells = <0>;
|
|
|
|
compatible = "fixed-clock";
|
|
|
|
clock-frequency = <50000000>;
|
|
|
|
};
|
2015-08-28 13:33:13 +00:00
|
|
|
|
|
|
|
uart_clk: uart_clk {
|
|
|
|
#clock-cells = <0>;
|
|
|
|
compatible = "fixed-clock";
|
|
|
|
clock-frequency = <73728000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
i2c_clk: i2c_clk {
|
|
|
|
#clock-cells = <0>;
|
|
|
|
compatible = "fixed-clock";
|
|
|
|
clock-frequency = <50000000>;
|
|
|
|
};
|
2015-06-30 09:27:00 +00:00
|
|
|
};
|
|
|
|
|
2014-11-26 09:33:59 +00:00
|
|
|
soc {
|
|
|
|
compatible = "simple-bus";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
ranges;
|
2015-06-30 09:27:00 +00:00
|
|
|
interrupt-parent = <&intc>;
|
|
|
|
|
|
|
|
extbus: extbus {
|
|
|
|
compatible = "simple-bus";
|
|
|
|
#address-cells = <2>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
};
|
2014-11-26 09:34:00 +00:00
|
|
|
|
2015-08-28 13:33:13 +00:00
|
|
|
serial0: serial@54006800 {
|
2015-03-11 06:54:46 +00:00
|
|
|
compatible = "socionext,uniphier-uart";
|
2014-11-26 09:34:00 +00:00
|
|
|
status = "disabled";
|
2015-08-28 13:33:13 +00:00
|
|
|
reg = <0x54006800 0x40>;
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_uart0>;
|
|
|
|
interrupts = <0 33 4>;
|
|
|
|
clocks = <&uart_clk>;
|
2014-11-26 09:34:00 +00:00
|
|
|
clock-frequency = <73728000>;
|
|
|
|
};
|
|
|
|
|
2015-08-28 13:33:13 +00:00
|
|
|
serial1: serial@54006900 {
|
2015-03-11 06:54:46 +00:00
|
|
|
compatible = "socionext,uniphier-uart";
|
2014-11-26 09:34:00 +00:00
|
|
|
status = "disabled";
|
2015-08-28 13:33:13 +00:00
|
|
|
reg = <0x54006900 0x40>;
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_uart1>;
|
|
|
|
interrupts = <0 35 4>;
|
|
|
|
clocks = <&uart_clk>;
|
2014-11-26 09:34:00 +00:00
|
|
|
clock-frequency = <73728000>;
|
|
|
|
};
|
|
|
|
|
2015-08-28 13:33:13 +00:00
|
|
|
serial2: serial@54006a00 {
|
2015-03-11 06:54:46 +00:00
|
|
|
compatible = "socionext,uniphier-uart";
|
2014-11-26 09:34:00 +00:00
|
|
|
status = "disabled";
|
2015-08-28 13:33:13 +00:00
|
|
|
reg = <0x54006a00 0x40>;
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_uart2>;
|
|
|
|
interrupts = <0 37 4>;
|
|
|
|
clocks = <&uart_clk>;
|
2014-11-26 09:34:00 +00:00
|
|
|
clock-frequency = <73728000>;
|
|
|
|
};
|
|
|
|
|
2015-08-28 13:33:13 +00:00
|
|
|
serial3: serial@54006b00 {
|
2015-03-11 06:54:46 +00:00
|
|
|
compatible = "socionext,uniphier-uart";
|
2014-11-26 09:34:00 +00:00
|
|
|
status = "disabled";
|
2015-08-28 13:33:13 +00:00
|
|
|
reg = <0x54006b00 0x40>;
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_uart3>;
|
|
|
|
interrupts = <0 29 4>;
|
|
|
|
clocks = <&uart_clk>;
|
2014-11-26 09:34:00 +00:00
|
|
|
clock-frequency = <73728000>;
|
|
|
|
};
|
2014-11-26 09:34:01 +00:00
|
|
|
|
2014-12-05 15:03:23 +00:00
|
|
|
i2c0: i2c@58780000 {
|
2015-03-11 06:54:46 +00:00
|
|
|
compatible = "socionext,uniphier-fi2c";
|
2015-08-28 13:33:13 +00:00
|
|
|
status = "disabled";
|
|
|
|
reg = <0x58780000 0x80>;
|
2014-12-05 15:03:23 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
2015-08-28 13:33:13 +00:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_i2c0>;
|
|
|
|
interrupts = <0 41 4>;
|
|
|
|
clocks = <&i2c_clk>;
|
2014-12-05 15:03:23 +00:00
|
|
|
clock-frequency = <100000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
i2c1: i2c@58781000 {
|
2015-03-11 06:54:46 +00:00
|
|
|
compatible = "socionext,uniphier-fi2c";
|
2015-08-28 13:33:13 +00:00
|
|
|
status = "disabled";
|
|
|
|
reg = <0x58781000 0x80>;
|
2014-12-05 15:03:23 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
2015-08-28 13:33:13 +00:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_i2c1>;
|
|
|
|
interrupts = <0 42 4>;
|
|
|
|
clocks = <&i2c_clk>;
|
2014-12-05 15:03:23 +00:00
|
|
|
clock-frequency = <100000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
i2c2: i2c@58782000 {
|
2015-03-11 06:54:46 +00:00
|
|
|
compatible = "socionext,uniphier-fi2c";
|
2015-08-28 13:33:13 +00:00
|
|
|
status = "disabled";
|
|
|
|
reg = <0x58782000 0x80>;
|
2014-12-05 15:03:23 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
2015-08-28 13:33:13 +00:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_i2c2>;
|
|
|
|
interrupts = <0 43 4>;
|
|
|
|
clocks = <&i2c_clk>;
|
2014-12-05 15:03:23 +00:00
|
|
|
clock-frequency = <100000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
i2c3: i2c@58783000 {
|
2015-03-11 06:54:46 +00:00
|
|
|
compatible = "socionext,uniphier-fi2c";
|
2015-08-28 13:33:13 +00:00
|
|
|
status = "disabled";
|
|
|
|
reg = <0x58783000 0x80>;
|
2014-12-05 15:03:23 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
2015-08-28 13:33:13 +00:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_i2c3>;
|
|
|
|
interrupts = <0 44 4>;
|
|
|
|
clocks = <&i2c_clk>;
|
2014-12-05 15:03:23 +00:00
|
|
|
clock-frequency = <100000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
/* i2c4 does not exist */
|
|
|
|
|
2015-08-28 13:33:13 +00:00
|
|
|
/* chip-internal connection for DMD */
|
2014-12-05 15:03:23 +00:00
|
|
|
i2c5: i2c@58785000 {
|
2015-03-11 06:54:46 +00:00
|
|
|
compatible = "socionext,uniphier-fi2c";
|
2015-08-28 13:33:13 +00:00
|
|
|
reg = <0x58785000 0x80>;
|
2014-12-05 15:03:23 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
2015-08-28 13:33:13 +00:00
|
|
|
interrupts = <0 25 4>;
|
|
|
|
clocks = <&i2c_clk>;
|
2014-12-05 15:03:23 +00:00
|
|
|
clock-frequency = <400000>;
|
|
|
|
};
|
|
|
|
|
2015-08-28 13:33:13 +00:00
|
|
|
/* chip-internal connection for HDMI */
|
2014-12-05 15:03:23 +00:00
|
|
|
i2c6: i2c@58786000 {
|
2015-03-11 06:54:46 +00:00
|
|
|
compatible = "socionext,uniphier-fi2c";
|
2015-08-28 13:33:13 +00:00
|
|
|
reg = <0x58786000 0x80>;
|
2014-12-05 15:03:23 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
2015-08-28 13:33:13 +00:00
|
|
|
interrupts = <0 26 4>;
|
|
|
|
clocks = <&i2c_clk>;
|
2014-12-05 15:03:23 +00:00
|
|
|
clock-frequency = <400000>;
|
|
|
|
};
|
|
|
|
|
2015-06-30 09:27:00 +00:00
|
|
|
system-bus-controller-misc@59800000 {
|
|
|
|
compatible = "socionext,uniphier-system-bus-controller-misc",
|
|
|
|
"syscon";
|
|
|
|
reg = <0x59800000 0x2000>;
|
|
|
|
};
|
|
|
|
|
2015-02-26 17:26:59 +00:00
|
|
|
usb2: usb@5a800100 {
|
2015-03-11 06:54:46 +00:00
|
|
|
compatible = "socionext,uniphier-ehci", "generic-ehci";
|
2014-11-26 09:34:01 +00:00
|
|
|
status = "disabled";
|
|
|
|
reg = <0x5a800100 0x100>;
|
2015-08-28 13:33:13 +00:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_usb2>;
|
|
|
|
interrupts = <0 80 4>;
|
2014-11-26 09:34:01 +00:00
|
|
|
};
|
|
|
|
|
2015-02-26 17:26:59 +00:00
|
|
|
usb3: usb@5a810100 {
|
2015-03-11 06:54:46 +00:00
|
|
|
compatible = "socionext,uniphier-ehci", "generic-ehci";
|
2014-11-26 09:34:01 +00:00
|
|
|
status = "disabled";
|
|
|
|
reg = <0x5a810100 0x100>;
|
2015-08-28 13:33:13 +00:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_usb3>;
|
|
|
|
interrupts = <0 81 4>;
|
2014-11-26 09:34:01 +00:00
|
|
|
};
|
2014-12-05 15:03:23 +00:00
|
|
|
|
2015-02-26 17:26:59 +00:00
|
|
|
usb0: usb@65a00000 {
|
2015-03-11 06:54:46 +00:00
|
|
|
compatible = "socionext,uniphier-xhci", "generic-xhci";
|
2015-02-26 17:26:59 +00:00
|
|
|
status = "disabled";
|
|
|
|
reg = <0x65a00000 0x100>;
|
2015-08-28 13:33:13 +00:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_usb0>;
|
|
|
|
interrupts = <0 134 4>;
|
2015-02-26 17:26:59 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
usb1: usb@65c00000 {
|
2015-03-11 06:54:46 +00:00
|
|
|
compatible = "socionext,uniphier-xhci", "generic-xhci";
|
2015-02-26 17:26:59 +00:00
|
|
|
status = "disabled";
|
|
|
|
reg = <0x65c00000 0x100>;
|
2015-08-28 13:33:13 +00:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_usb1>;
|
2015-11-04 12:56:06 +00:00
|
|
|
interrupts = <0 137 4>;
|
2015-08-28 13:33:13 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
pinctrl: pinctrl@5f801000 {
|
|
|
|
compatible = "socionext,ph1-pro4-pinctrl",
|
|
|
|
"syscon";
|
|
|
|
reg = <0x5f801000 0xe00>;
|
2015-02-26 17:26:59 +00:00
|
|
|
};
|
|
|
|
|
2015-06-30 09:27:00 +00:00
|
|
|
timer@60000200 {
|
|
|
|
compatible = "arm,cortex-a9-global-timer";
|
|
|
|
reg = <0x60000200 0x20>;
|
|
|
|
interrupts = <1 11 0x304>;
|
|
|
|
clocks = <&arm_timer_clk>;
|
|
|
|
};
|
|
|
|
|
|
|
|
timer@60000600 {
|
|
|
|
compatible = "arm,cortex-a9-twd-timer";
|
|
|
|
reg = <0x60000600 0x20>;
|
|
|
|
interrupts = <1 13 0x304>;
|
|
|
|
clocks = <&arm_timer_clk>;
|
|
|
|
};
|
|
|
|
|
|
|
|
intc: interrupt-controller@60001000 {
|
|
|
|
compatible = "arm,cortex-a9-gic";
|
|
|
|
#interrupt-cells = <3>;
|
|
|
|
interrupt-controller;
|
|
|
|
reg = <0x60001000 0x1000>,
|
|
|
|
<0x60000100 0x100>;
|
|
|
|
};
|
|
|
|
|
2014-12-05 15:03:23 +00:00
|
|
|
nand: nand@68000000 {
|
|
|
|
compatible = "denali,denali-nand-dt";
|
|
|
|
reg = <0x68000000 0x20>, <0x68100000 0x1000>;
|
|
|
|
reg-names = "nand_data", "denali_reg";
|
|
|
|
};
|
2014-11-26 09:33:59 +00:00
|
|
|
};
|
|
|
|
};
|
2015-08-28 13:33:13 +00:00
|
|
|
|
|
|
|
/include/ "uniphier-pinctrl.dtsi"
|