tqm8560.dts (5a2dd72abdae75ea2960145e0549635ce4e0be96) | tqm8560.dts (7a3852417c0c9bdfebc1b37bf43d4798883867e0) |
---|---|
1/* 2 * TQM 8560 Device Tree Source 3 * 4 * Copyright 2008 Freescale Semiconductor Inc. 5 * Copyright 2008 Wolfgang Grandegger <wg@grandegger.com> 6 * 7 * This program is free software; you can redistribute it and/or modify it 8 * under the terms of the GNU General Public License as published by the --- 321 unchanged lines hidden (view full) --- 330 read-only; 331 }; 332 }; 333 334 /* Note: CAN support needs be enabled in U-Boot */ 335 can0@2,0 { 336 compatible = "intel,82527"; // Bosch CC770 337 reg = <2 0x0 0x100>; | 1/* 2 * TQM 8560 Device Tree Source 3 * 4 * Copyright 2008 Freescale Semiconductor Inc. 5 * Copyright 2008 Wolfgang Grandegger <wg@grandegger.com> 6 * 7 * This program is free software; you can redistribute it and/or modify it 8 * under the terms of the GNU General Public License as published by the --- 321 unchanged lines hidden (view full) --- 330 read-only; 331 }; 332 }; 333 334 /* Note: CAN support needs be enabled in U-Boot */ 335 can0@2,0 { 336 compatible = "intel,82527"; // Bosch CC770 337 reg = <2 0x0 0x100>; |
338 interrupts = <4 0>; | 338 interrupts = <4 1>; |
339 interrupt-parent = <&mpic>; 340 }; 341 342 can1@2,100 { 343 compatible = "intel,82527"; // Bosch CC770 344 reg = <2 0x100 0x100>; | 339 interrupt-parent = <&mpic>; 340 }; 341 342 can1@2,100 { 343 compatible = "intel,82527"; // Bosch CC770 344 reg = <2 0x100 0x100>; |
345 interrupts = <4 0>; | 345 interrupts = <4 1>; |
346 interrupt-parent = <&mpic>; 347 }; 348 }; 349 350 pci0: pci@e0008000 { 351 cell-index = <0>; 352 #interrupt-cells = <1>; 353 #size-cells = <2>; --- 18 unchanged lines hidden --- | 346 interrupt-parent = <&mpic>; 347 }; 348 }; 349 350 pci0: pci@e0008000 { 351 cell-index = <0>; 352 #interrupt-cells = <1>; 353 #size-cells = <2>; --- 18 unchanged lines hidden --- |