dts: add system led control for u200 buildroot

PD#169382: dts: add system led control for u200 buildroot

Change-Id: I56686581ff8f5e2e2d36cb91f77a418ae1f9479a
Signed-off-by: wenbiao zhang <wenbiao.zhang@amlogic.com>
This commit is contained in:
wenbiao zhang
2018-07-02 15:04:27 +08:00
committed by Yixun Lan
parent 36f3b8de0b
commit 2d766ad31b
2 changed files with 26 additions and 0 deletions

View File

@@ -141,6 +141,19 @@
};
};
gpioleds {
compatible = "gpio-leds";
status = "okay";
sys_led {
label="sys_led";
gpios=<&gpio_ao GPIOAO_11 GPIO_ACTIVE_HIGH>;
default-state ="on";
retain-state-suspended;
linux,default-trigger="cpu0";
};
};
cvbsout {
compatible = "amlogic, cvbsout-g12a";
dev_name = "cvbsout";

View File

@@ -142,6 +142,19 @@
};
};
gpioleds {
compatible = "gpio-leds";
status = "okay";
sys_led {
label="sys_led";
gpios=<&gpio_ao GPIOAO_11 GPIO_ACTIVE_HIGH>;
default-state ="on";
retain-state-suspended;
linux,default-trigger="cpu0";
};
};
cvbsout {
compatible = "amlogic, cvbsout-g12a";
dev_name = "cvbsout";