diff options
| -rw-r--r-- | arch/arm/boot/dts/imx28-cfa10049.dts | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx28-cfa10049.dts b/arch/arm/boot/dts/imx28-cfa10049.dts index bdc80a4453dd..7890acc4161d 100644 --- a/arch/arm/boot/dts/imx28-cfa10049.dts +++ b/arch/arm/boot/dts/imx28-cfa10049.dts | |||
| @@ -23,7 +23,8 @@ | |||
| 23 | apbh@80000000 { | 23 | apbh@80000000 { |
| 24 | pinctrl@80018000 { | 24 | pinctrl@80018000 { |
| 25 | pinctrl-names = "default", "default"; | 25 | pinctrl-names = "default", "default"; |
| 26 | pinctrl-1 = <&hog_pins_cfa10049>; | 26 | pinctrl-1 = <&hog_pins_cfa10049 |
| 27 | &hog_pins_cfa10049_pullup>; | ||
| 27 | 28 | ||
| 28 | hog_pins_cfa10049: hog-10049@0 { | 29 | hog_pins_cfa10049: hog-10049@0 { |
| 29 | reg = <0>; | 30 | reg = <0>; |
| @@ -38,6 +39,16 @@ | |||
| 38 | fsl,pull-up = <0>; | 39 | fsl,pull-up = <0>; |
| 39 | }; | 40 | }; |
| 40 | 41 | ||
| 42 | hog_pins_cfa10049_pullup: hog-10049-pullup@0 { | ||
| 43 | reg = <0>; | ||
| 44 | fsl,pinmux-ids = < | ||
| 45 | 0x2133 /* MX28_PAD_SSP2_D3__GPIO_2_19 */ | ||
| 46 | >; | ||
| 47 | fsl,drive-strength = <0>; | ||
| 48 | fsl,voltage = <1>; | ||
| 49 | fsl,pull-up = <1>; | ||
| 50 | }; | ||
| 51 | |||
| 41 | spi3_pins_cfa10049: spi3-cfa10049@0 { | 52 | spi3_pins_cfa10049: spi3-cfa10049@0 { |
| 42 | reg = <0>; | 53 | reg = <0>; |
| 43 | fsl,pinmux-ids = < | 54 | fsl,pinmux-ids = < |
| @@ -113,6 +124,19 @@ | |||
| 113 | 124 | ||
| 114 | i2c@3 { | 125 | i2c@3 { |
| 115 | reg = <3>; | 126 | reg = <3>; |
| 127 | #address-cells = <1>; | ||
| 128 | #size-cells = <0>; | ||
| 129 | |||
| 130 | pca9555: pca9555@20 { | ||
| 131 | compatible = "nxp,pca9555"; | ||
| 132 | interrupt-parent = <&gpio2>; | ||
| 133 | interrupts = <19 0x2>; | ||
| 134 | gpio-controller; | ||
| 135 | #gpio-cells = <2>; | ||
| 136 | interrupt-controller; | ||
| 137 | #interrupt-cells = <2>; | ||
| 138 | reg = <0x20>; | ||
| 139 | }; | ||
| 116 | }; | 140 | }; |
| 117 | }; | 141 | }; |
| 118 | 142 | ||
