diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-02-22 12:31:45 -0500 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-03-08 04:17:08 -0500 |
commit | a844a652e7f2b6e44b5e69c6874c8e2ad2d2f5e6 (patch) | |
tree | 82dacabc4fe53cbf2c9bfc9c5e96cbe0724ff6cf | |
parent | 0ddd48de1e844ec5e0f3e3cc8622d85e00edbe35 (diff) |
ARM64: dts: marvell: armada-3720-db: add gpio expander
A gpio expander is present on the i2c bus on the Armada 3720 DB board. This
patch add it to the device tree.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-3720-db.dts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-3720-db.dts b/arch/arm64/boot/dts/marvell/armada-3720-db.dts index 86602c907a61..864936acc316 100644 --- a/arch/arm64/boot/dts/marvell/armada-3720-db.dts +++ b/arch/arm64/boot/dts/marvell/armada-3720-db.dts | |||
@@ -64,6 +64,24 @@ | |||
64 | 64 | ||
65 | &i2c0 { | 65 | &i2c0 { |
66 | status = "okay"; | 66 | status = "okay"; |
67 | |||
68 | gpio_exp: pca9555@22 { | ||
69 | compatible = "nxp,pca9555"; | ||
70 | gpio-controller; | ||
71 | #gpio-cells = <2>; | ||
72 | |||
73 | reg = <0x22>; | ||
74 | /* | ||
75 | * IO0_0: PWR_EN_USB2 IO1_0: PWR_EN_VTT | ||
76 | * IO0_1: PWR_EN_USB23 IO1_1: MPCIE_WDISABLE | ||
77 | * IO0_2: PWR_EN_SATA IO1_2: RGMII_DEV_RSTN | ||
78 | * IO0_3: PWR_EN_PCIE IO1_3: SGMII_DEV_RSTN | ||
79 | * IO0_4: PWR_EN_SD | ||
80 | * IO0_5: PWR_EN_EMMC | ||
81 | * IO0_6: PWR_EN_RGMII IO1_6: SATA_USB3.0_SEL | ||
82 | * IO0_7: PWR_EN_SGMII IO1_7: PWR_MCI_PS | ||
83 | */ | ||
84 | }; | ||
67 | }; | 85 | }; |
68 | 86 | ||
69 | /* CON3 */ | 87 | /* CON3 */ |