]> rtime.felk.cvut.cz Git - fpga/zynq/canbench-sw.git/blob - petalinux/subsystems/linux/configs/device-tree/system-top.dts
system: can_crossbar fixed and added to device tree, updated vivado script
[fpga/zynq/canbench-sw.git] / petalinux / subsystems / linux / configs / device-tree / system-top.dts
1 /dts-v1/;
2 /include/ "system-conf.dtsi"
3 / {
4 };
5
6 &sja1000_0 {
7         compatible = "nxp,sja1000";
8         nxp,external-clock-frequency = <100000000>;
9         interrupt-parent = <&intc>;
10         interrupts = <0 29 4>;
11         reg-io-width = <4>;
12 };
13
14 &sja1000_1 {
15         compatible = "nxp,sja1000";
16         nxp,external-clock-frequency = <100000000>;
17         interrupt-parent = <&intc>;
18         interrupts = <0 30 4>;
19         reg-io-width = <4>;
20 };
21
22 &can_crossbar_0 {
23         compatible = "can-crossbar";
24 };