tqm8548.dts (5a2dd72abdae75ea2960145e0549635ce4e0be96) | tqm8548.dts (7a3852417c0c9bdfebc1b37bf43d4798883867e0) |
---|---|
1/* 2 * TQM8548 Device Tree Source 3 * 4 * Copyright 2006 Freescale Semiconductor Inc. 5 * Copyright 2008 Wolfgang Grandegger <wg@denx.de> 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 --- 351 unchanged lines hidden (view full) --- 360 read-only; 361 }; 362 }; 363 364 /* Note: CAN support needs be enabled in U-Boot */ 365 can0@2,0 { 366 compatible = "intel,82527"; // Bosch CC770 367 reg = <2 0x0 0x100>; | 1/* 2 * TQM8548 Device Tree Source 3 * 4 * Copyright 2006 Freescale Semiconductor Inc. 5 * Copyright 2008 Wolfgang Grandegger <wg@denx.de> 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 --- 351 unchanged lines hidden (view full) --- 360 read-only; 361 }; 362 }; 363 364 /* Note: CAN support needs be enabled in U-Boot */ 365 can0@2,0 { 366 compatible = "intel,82527"; // Bosch CC770 367 reg = <2 0x0 0x100>; |
368 interrupts = <4 0>; | 368 interrupts = <4 1>; |
369 interrupt-parent = <&mpic>; 370 }; 371 372 can1@2,100 { 373 compatible = "intel,82527"; // Bosch CC770 374 reg = <2 0x100 0x100>; | 369 interrupt-parent = <&mpic>; 370 }; 371 372 can1@2,100 { 373 compatible = "intel,82527"; // Bosch CC770 374 reg = <2 0x100 0x100>; |
375 interrupts = <4 0>; | 375 interrupts = <4 1>; |
376 interrupt-parent = <&mpic>; 377 }; 378 379 /* Note: NAND support needs to be enabled in U-Boot */ 380 upm@3,0 { 381 #address-cells = <0>; 382 #size-cells = <0>; 383 compatible = "fsl,upm-nand"; --- 73 unchanged lines hidden --- | 376 interrupt-parent = <&mpic>; 377 }; 378 379 /* Note: NAND support needs to be enabled in U-Boot */ 380 upm@3,0 { 381 #address-cells = <0>; 382 #size-cells = <0>; 383 compatible = "fsl,upm-nand"; --- 73 unchanged lines hidden --- |