diff --git a/tk2_linux.sdk/device_tree_bsp_0/Makefile b/tk2_linux.sdk/device_tree_bsp_0/Makefile index 37f0c6a..41099f7 100644 --- a/tk2_linux.sdk/device_tree_bsp_0/Makefile +++ b/tk2_linux.sdk/device_tree_bsp_0/Makefile @@ -2,7 +2,7 @@ dtsi: dtc -O dtb -I dts -o temp.dtb system.dts - dtc -O dts -I dtb -o temp.dts temp.dtb + dtc -O dts -I dtb -o system-all.dts temp.dtb rm -f temp.dtb dtb: diff --git a/tk2_linux.sdk/device_tree_bsp_0/devicetree.dts b/tk2_linux.sdk/device_tree_bsp_0/devicetree.dts index a3e1bfc..22f0c38 100644 --- a/tk2_linux.sdk/device_tree_bsp_0/devicetree.dts +++ b/tk2_linux.sdk/device_tree_bsp_0/devicetree.dts @@ -453,6 +453,20 @@ default-state = "on"; linux,default-trigger = "cpu1"; }; + + led_lb { + label = "led_lb"; + gpios = <0x5 0x3d 0x1>; + default-state = "on"; + linux,default-trigger = "heartbeat"; + }; + + led_lg { + label = "led_lg"; + gpios = <0x5 0x3e 0x1>; + default-state = "on"; + linux,default-trigger = "cpu1"; + }; usr_led1 { label = "usr_led1"; @@ -467,12 +481,6 @@ default-state = "off"; linux,default-trigger = "none"; }; - - gpio-beep { - compatible = "gpio-beeper"; - lable = "pl-beep"; - gpios = <0x5 0x39 0x0>; - }; }; amba_pl { diff --git a/tk2_linux.sdk/device_tree_bsp_0/pl.dtsi b/tk2_linux.sdk/device_tree_bsp_0/pl.dtsi index a53ff90..1adf856 100644 --- a/tk2_linux.sdk/device_tree_bsp_0/pl.dtsi +++ b/tk2_linux.sdk/device_tree_bsp_0/pl.dtsi @@ -1,7 +1,7 @@ /* * CAUTION: This file is automatically generated by Xilinx. * Version: - * Today is: Sat Mar 26 00:04:02 2016 + * Today is: Sat Apr 9 21:04:29 2016 */ diff --git a/tk2_linux.sdk/device_tree_bsp_0/system.dts b/tk2_linux.sdk/device_tree_bsp_0/system.dts index 19bf724..308abf2 100644 --- a/tk2_linux.sdk/device_tree_bsp_0/system.dts +++ b/tk2_linux.sdk/device_tree_bsp_0/system.dts @@ -1,7 +1,7 @@ /* * CAUTION: This file is automatically generated by Xilinx. * Version: - * Today is: Sat Mar 26 00:04:02 2016 + * Today is: Sat Apr 9 21:04:29 2016 */ diff --git a/tk2_linux.xpr b/tk2_linux.xpr index f463cda..5589a08 100644 --- a/tk2_linux.xpr +++ b/tk2_linux.xpr @@ -34,28 +34,6 @@ - - - - - - - - - - - - - - - - - - - - - -