diff options
Diffstat (limited to 'arch/arm/boot/dts/imx28-cfa10036.dts')
-rw-r--r-- | arch/arm/boot/dts/imx28-cfa10036.dts | 38 |
1 files changed, 29 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/imx28-cfa10036.dts b/arch/arm/boot/dts/imx28-cfa10036.dts index 1594694532b9..94c4476972c3 100644 --- a/arch/arm/boot/dts/imx28-cfa10036.dts +++ b/arch/arm/boot/dts/imx28-cfa10036.dts | |||
@@ -45,6 +45,17 @@ | |||
45 | fsl,voltage = <1>; | 45 | fsl,voltage = <1>; |
46 | fsl,pull-up = <0>; | 46 | fsl,pull-up = <0>; |
47 | }; | 47 | }; |
48 | |||
49 | usb0_otg_cfa10036: otg-10036@0 { | ||
50 | reg = <0>; | ||
51 | fsl,pinmux-ids = < | ||
52 | 0x0142 /* MX28_PAD_GPMI_READY0__USB0_ID */ | ||
53 | >; | ||
54 | fsl,drive-strength = <0>; | ||
55 | fsl,voltage = <1>; | ||
56 | fsl,pull-up = <0>; | ||
57 | }; | ||
58 | |||
48 | }; | 59 | }; |
49 | 60 | ||
50 | ssp0: ssp@80010000 { | 61 | ssp0: ssp@80010000 { |
@@ -58,12 +69,6 @@ | |||
58 | }; | 69 | }; |
59 | 70 | ||
60 | apbx@80040000 { | 71 | apbx@80040000 { |
61 | pwm: pwm@80064000 { | ||
62 | pinctrl-names = "default"; | ||
63 | pinctrl-0 = <&pwm4_pins_a>; | ||
64 | status = "okay"; | ||
65 | }; | ||
66 | |||
67 | duart: serial@80074000 { | 72 | duart: serial@80074000 { |
68 | pinctrl-names = "default"; | 73 | pinctrl-names = "default"; |
69 | pinctrl-0 = <&duart_pins_b>; | 74 | pinctrl-0 = <&duart_pins_b>; |
@@ -73,15 +78,30 @@ | |||
73 | i2c0: i2c@80058000 { | 78 | i2c0: i2c@80058000 { |
74 | pinctrl-names = "default"; | 79 | pinctrl-names = "default"; |
75 | pinctrl-0 = <&i2c0_pins_b>; | 80 | pinctrl-0 = <&i2c0_pins_b>; |
81 | clock-frequency = <400000>; | ||
76 | status = "okay"; | 82 | status = "okay"; |
77 | 83 | ||
78 | ssd1307: oled@3c { | 84 | ssd1306: oled@3c { |
79 | compatible = "solomon,ssd1307fb-i2c"; | 85 | compatible = "solomon,ssd1306fb-i2c"; |
80 | reg = <0x3c>; | 86 | reg = <0x3c>; |
81 | pwms = <&pwm 4 3000>; | ||
82 | reset-gpios = <&gpio2 7 0>; | 87 | reset-gpios = <&gpio2 7 0>; |
88 | solomon,height = <32>; | ||
89 | solomon,width = <128>; | ||
90 | solomon,page-offset = <0>; | ||
83 | }; | 91 | }; |
84 | }; | 92 | }; |
93 | |||
94 | usbphy0: usbphy@8007c000 { | ||
95 | status = "okay"; | ||
96 | }; | ||
97 | }; | ||
98 | }; | ||
99 | |||
100 | ahb@80080000 { | ||
101 | usb0: usb@80080000 { | ||
102 | pinctrl-names = "default"; | ||
103 | pinctrl-0 = <&usb0_otg_cfa10036>; | ||
104 | status = "okay"; | ||
85 | }; | 105 | }; |
86 | }; | 106 | }; |
87 | 107 | ||