ARM: dts: uniphier: sync DT with Linux 4.14-rc5

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
master
Masahiro Yamada 7 years ago
parent 9ac0e7b37a
commit 272874879b
  1. 13
      arch/arm/dts/uniphier-ld11.dtsi
  2. 30
      arch/arm/dts/uniphier-ld20.dtsi
  3. 4
      arch/arm/dts/uniphier-ld4-ref.dts
  4. 4
      arch/arm/dts/uniphier-ld6b-ref.dts
  5. 15
      arch/arm/dts/uniphier-pinctrl.dtsi
  6. 4
      arch/arm/dts/uniphier-pxs3-ref.dts
  7. 4
      arch/arm/dts/uniphier-sld8-ref.dts

@ -175,6 +175,19 @@
"gpio_range4",
"gpio_range5";
ngpios = <200>;
socionext,interrupt-ranges = <0 48 16>, <16 154 5>,
<21 217 3>;
};
adamv@57920000 {
compatible = "socionext,uniphier-ld11-adamv",
"simple-mfd", "syscon";
reg = <0x57920000 0x1000>;
adamv_rst: reset {
compatible = "socionext,uniphier-ld11-adamv-reset";
#reset-cells = <1>;
};
};
i2c0: i2c@58780000 {

@ -223,6 +223,36 @@
clock-frequency = <58820000>;
};
gpio: gpio@55000000 {
compatible = "socionext,uniphier-gpio";
reg = <0x55000000 0x200>;
interrupt-parent = <&aidet>;
interrupt-controller;
#interrupt-cells = <2>;
gpio-controller;
#gpio-cells = <2>;
gpio-ranges = <&pinctrl 0 0 0>,
<&pinctrl 96 0 0>,
<&pinctrl 160 0 0>;
gpio-ranges-group-names = "gpio_range0",
"gpio_range1",
"gpio_range2";
ngpios = <205>;
socionext,interrupt-ranges = <0 48 16>, <16 154 5>,
<21 217 3>;
};
adamv@57920000 {
compatible = "socionext,uniphier-ld20-adamv",
"simple-mfd", "syscon";
reg = <0x57920000 0x1000>;
adamv_rst: reset {
compatible = "socionext,uniphier-ld20-adamv-reset";
#reset-cells = <1>;
};
};
i2c0: i2c@58780000 {
compatible = "socionext,uniphier-fi2c";
status = "disabled";

@ -68,3 +68,7 @@
&usb1 {
status = "okay";
};
&nand {
status = "okay";
};

@ -70,3 +70,7 @@
&usb1 {
status = "okay";
};
&nand {
status = "okay";
};

@ -23,6 +23,21 @@
function = "emmc";
};
pinctrl_ether_mii: ether_mii_grp {
groups = "ether_mii";
function = "ether_mii";
};
pinctrl_ether_rgmii: ether_rgmii_grp {
groups = "ether_rgmii";
function = "ether_rgmii";
};
pinctrl_ether_rmii: ether_rmii_grp {
groups = "ether_rmii";
function = "ether_rmii";
};
pinctrl_i2c0: i2c0_grp {
groups = "i2c0";
function = "i2c0";

@ -68,3 +68,7 @@
&usb1 {
status = "okay";
};
&nand {
status = "okay";
};

@ -72,3 +72,7 @@
&usb2 {
status = "okay";
};
&nand {
status = "okay";
};

Loading…
Cancel
Save