File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 2020		zephyr,flash = &flash0;
2121		zephyr,dtcm = &dtcm;
2222		zephyr,code-partition = &slot0_partition;
23+ 		zephyr,can-primary = &can1;
2324	};
2425
2526	leds {
124125	status = "okay";
125126};
126127
128+ &can1 {
129+ 	pinctrl-0 = <&fdcan1_rx_pd0 &fdcan1_tx_pd1>;
130+ 	bus-speed = <125000>;
131+ 	sjw = <1>;
132+ 	sample-point = <875>;
133+ 	bus-speed-data = <1000000>;
134+ 	sjw-data = <1>;
135+ 	sample-point-data = <875>;
136+ 	status = "okay";
137+ };
138+ 
127139/*
128140 * WARNING:
129141 * Possible pin conflicts:
Original file line number Diff line number Diff line change 2020		zephyr,flash = &flash0;
2121		zephyr,dtcm = &dtcm;
2222		zephyr,code-partition = &slot0_partition;
23+ 		zephyr,can-primary = &can1;
2324	};
2425
2526	leds {
124125	status = "okay";
125126};
126127
128+ &can1 {
129+ 	pinctrl-0 = <&fdcan1_rx_pd0 &fdcan1_tx_pd1>;
130+ 	bus-speed = <125000>;
131+ 	sjw = <1>;
132+ 	sample-point = <875>;
133+ 	bus-speed-data = <1000000>;
134+ 	sjw-data = <1>;
135+ 	sample-point-data = <875>;
136+ 	status = "okay";
137+ };
138+ 
127139/*
128140 * WARNING:
129141 * Possible pin conflicts:
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments