diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2016-08-22 17:36:33 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2016-09-07 22:16:13 +0200 |
commit | a29c830a28721bb684c212206b2bab6dc53d0cb4 (patch) | |
tree | 7e8ae4a58bc8c1311718d261024c161f0fe0e814 /arch/arm/boot/dts/meson8b.dtsi | |
parent | Linux 4.8-rc1 (diff) | |
download | linux-a29c830a28721bb684c212206b2bab6dc53d0cb4.tar.xz linux-a29c830a28721bb684c212206b2bab6dc53d0cb4.zip |
ARM: dts: meson8b: Add Meson8b PWM Controller nodes
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm/boot/dts/meson8b.dtsi')
-rw-r--r-- | arch/arm/boot/dts/meson8b.dtsi | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi index fc4080de4b7b..41fd53671859 100644 --- a/arch/arm/boot/dts/meson8b.dtsi +++ b/arch/arm/boot/dts/meson8b.dtsi @@ -162,6 +162,27 @@ reg = <0xc1108000 0x4>, <0xc1104000 0x460>; }; + pwm_ab: pwm@8550 { + compatible = "amlogic,meson8b-pwm"; + reg = <0xc1108550 0x10>; + #pwm-cells = <3>; + status = "disabled"; + }; + + pwm_cd: pwm@8650 { + compatible = "amlogic,meson8b-pwm"; + reg = <0xc1108650 0x10>; + #pwm-cells = <3>; + status = "disabled"; + }; + + pwm_ef: pwm@86c0 { + compatible = "amlogic,meson8b-pwm"; + reg = <0xc11086c0 0x10>; + #pwm-cells = <3>; + status = "disabled"; + }; + pinctrl_cbus: pinctrl@c1109880 { compatible = "amlogic,meson8b-cbus-pinctrl"; reg = <0xc1109880 0x10>; |