dtsi: meson-g12a: add pwm slave device node
authorBo Yang <bo.yang@amlogic.com>
Wed, 7 Feb 2018 13:31:50 +0000 (21:31 +0800)
committerYixun Lan <yixun.lan@amlogic.com>
Mon, 5 Mar 2018 07:34:32 +0000 (15:34 +0800)
PD#156734: dtsi: meson-g12a: add pwm slave device node

Change-Id: I0c1838e25f7247c342a372bdc1cc5043fd7d8086
Signed-off-by: Bo Yang <bo.yang@amlogic.com>
arch/arm64/boot/dts/amlogic/mesong12a.dtsi

index 5f7106e..ae17e47 100644 (file)
                                dev-id = <MESON_I2C_MASTERAO>;
                        };
 
+                       i2c_AO_slave:i2c_slave@6000 {
+                               compatible = "amlogic, meson-i2c-slave";
+                               status = "disabled";
+                               reg = <0x0 0x6000 0x0 0x20>;
+                               interrupts = <0 194 1>;
+                               pinctrl-names="default";
+                               pinctrl-0=<&ao_i2c_slave_pins>;
+                       };
                };/* end of aobus */
 
                periphs: periphs@ff634400 {