diff options
| author | Neil Armstrong <narmstrong@baylibre.com> | 2016-08-22 11:36:32 -0400 |
|---|---|---|
| committer | Kevin Hilman <khilman@baylibre.com> | 2016-09-14 13:47:47 -0400 |
| commit | 8f14a89305b53fdf18e04cf94a89cd5460423d69 (patch) | |
| tree | 77b98d612d9ba2f2eb9ffc29229af46be42e70e2 /arch/arm64/boot | |
| parent | 7b5682c64bd50737050e1c1d30770a580feaf13a (diff) | |
ARM64: dts: meson-gxbb: Add Meson GXBB PWM Controller nodes
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Tested-by: Jérôme Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot')
| -rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index cac8e51c2108..3b181939f437 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | |||
| @@ -180,6 +180,27 @@ | |||
| 180 | status = "disabled"; | 180 | status = "disabled"; |
| 181 | }; | 181 | }; |
| 182 | 182 | ||
| 183 | pwm_ab: pwm@8550 { | ||
| 184 | compatible = "amlogic,meson-gxbb-pwm"; | ||
| 185 | reg = <0x0 0x08550 0x0 0x10>; | ||
| 186 | #pwm-cells = <3>; | ||
| 187 | status = "disabled"; | ||
| 188 | }; | ||
| 189 | |||
| 190 | pwm_cd: pwm@8650 { | ||
| 191 | compatible = "amlogic,meson-gxbb-pwm"; | ||
| 192 | reg = <0x0 0x08650 0x0 0x10>; | ||
| 193 | #pwm-cells = <3>; | ||
| 194 | status = "disabled"; | ||
| 195 | }; | ||
| 196 | |||
| 197 | pwm_ef: pwm@86c0 { | ||
| 198 | compatible = "amlogic,meson-gxbb-pwm"; | ||
| 199 | reg = <0x0 0x086c0 0x0 0x10>; | ||
| 200 | #pwm-cells = <3>; | ||
| 201 | status = "disabled"; | ||
| 202 | }; | ||
| 203 | |||
| 183 | uart_C: serial@8700 { | 204 | uart_C: serial@8700 { |
| 184 | compatible = "amlogic,meson-uart"; | 205 | compatible = "amlogic,meson-uart"; |
| 185 | reg = <0x0 0x8700 0x0 0x14>; | 206 | reg = <0x0 0x8700 0x0 0x14>; |
| @@ -294,6 +315,13 @@ | |||
| 294 | interrupts = <GIC_SPI 196 IRQ_TYPE_EDGE_RISING>; | 315 | interrupts = <GIC_SPI 196 IRQ_TYPE_EDGE_RISING>; |
| 295 | status = "disabled"; | 316 | status = "disabled"; |
| 296 | }; | 317 | }; |
| 318 | |||
| 319 | pwm_ab_AO: pwm@550 { | ||
| 320 | compatible = "amlogic,meson-gxbb-pwm"; | ||
| 321 | reg = <0x0 0x0550 0x0 0x10>; | ||
| 322 | #pwm-cells = <3>; | ||
| 323 | status = "disabled"; | ||
| 324 | }; | ||
| 297 | }; | 325 | }; |
| 298 | 326 | ||
| 299 | periphs: periphs@c8834000 { | 327 | periphs: periphs@c8834000 { |
