dts: gxl: add p231 buildroot dts.

PD#147281: P231 4.9 add wpe-launcher and chromium

Change-Id: Iba74fce849e86f71742526e4a6cf6b999084b2dd
Signed-off-by: liangzhuo.xie <liangzhuo.xie@amlogic.com>
This commit is contained in:
liangzhuo.xie
2017-07-25 12:09:50 +08:00
committed by Jianxin Pan
parent 72d840c8f7
commit 7a0943a42e
4 changed files with 1165 additions and 10 deletions

View File

@@ -14012,3 +14012,7 @@ F: drivers/amlogic/drm/
F: Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
F: Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
T: git git://anongit.freedesktop.org/drm/drm-misc
AMLOGIC MESONGXL ADD P231 DTS
M: Lianghu Su <lianghu.su@amlogic.com>
F: arch/arm64/boot/dts/amlogic/gxl_p231_2g_buildroot.dts

View File

@@ -146,16 +146,22 @@
interrupts = < 0 68 4>;
irq_trigger_type = "GPIO_IRQ_LOW";
power_on_pin = <&gpio GPIOX_6 GPIO_ACTIVE_HIGH>;
pinctrl-names = "wifi_32k_pins";
pinctrl-names = "default";
pinctrl-0 = <&wifi_32k_pins>;
pwm_config = <&wifi_pwm_conf>;
};
wifi_pwm_conf:wifi_pwm_conf{
pwm_channel1 = <PWM_E>;
pwm_channel2 = <PWM_E2>;
pwm_channel1_conf = <30541 15270 6>;
pwm_channel2_conf = <30518 15259 9>;
pwm_channel1_conf {
pwms = <&pwm_ef MESON_PWM_0 30040 0>;
duty-cycle = <15020>;
times = <8>;
};
pwm_channel2_conf {
pwms = <&pwm_ef MESON_PWM_2 30030 0>;
duty-cycle = <15015>;
times = <12>;
};
};
sd_emmc_c: emmc@d0074000 {
@@ -1118,3 +1124,7 @@
&efuse {
status = "ok";
};
&pwm_ef {
status = "okay";
};

View File

@@ -146,16 +146,22 @@
interrupts = < 0 68 4>;
irq_trigger_type = "GPIO_IRQ_LOW";
power_on_pin = <&gpio GPIOX_6 GPIO_ACTIVE_HIGH>;
pinctrl-names = "wifi_32k_pins";
pinctrl-names = "default";
pinctrl-0 = <&wifi_32k_pins>;
pwm_config = <&wifi_pwm_conf>;
};
wifi_pwm_conf:wifi_pwm_conf{
pwm_channel1 = <PWM_E>;
pwm_channel2 = <PWM_E2>;
pwm_channel1_conf = <30541 15270 6>;
pwm_channel2_conf = <30518 15259 9>;
pwm_channel1_conf {
pwms = <&pwm_ef MESON_PWM_0 30040 0>;
duty-cycle = <15020>;
times = <8>;
};
pwm_channel2_conf {
pwms = <&pwm_ef MESON_PWM_2 30030 0>;
duty-cycle = <15015>;
times = <12>;
};
};
sd_emmc_c: emmc@d0074000 {
@@ -1118,3 +1124,7 @@
&efuse {
status = "ok";
};
&pwm_ef {
status = "okay";
};

File diff suppressed because it is too large Load Diff