Commit 66fb57f6 authored by Wenxi Xu's avatar Wenxi Xu
Browse files

Simplify device tree

parent b43332ef
Loading
Loading
Loading
Loading
+0 −18
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@
		zephyr,sram = &sram0;
		zephyr,button = &user_button;
		zephyr,flash = &flash0;
		zephyr,canbus = &fdcan1;
		zephyr,dtcm = &dtcm;
		zephyr,itcm = &itcm;
		ares,pwm = &heater;
@@ -45,23 +44,6 @@
			zephyr,code = <INPUT_KEY_0>;
		};
	};
	canbus {
		canbus1: canbus1 {
				compatible = "vnd,canbus";
				status = "okay";
				can_device = <&fdcan1>;
		};
		canbus2: canbus2 {
				compatible = "vnd,canbus";
				status = "okay";
				can_device = <&fdcan2>;
		};
		canbus3: canbus3 {
				compatible = "vnd,canbus";
				status = "okay";
				can_device = <&fdcan3>;
		};
	};
    
	xt30 {
		compatible = "gpio-leds";