linux/Documentation/powerpc
Wolfgang Grandegger d1a277c584 can: sja1000: generic OF platform bus driver
This patch adds a generic driver for SJA1000 chips on the OpenFirmware
platform bus found on embedded PowerPC systems. You need a SJA1000 node
definition in your flattened device tree source (DTS) file similar to:

  can@3,100 {
  	compatible = "nxp,sja1000";
  	reg = <3 0x100 0x80>;
  	interrupts = <2 0>;
  	interrupt-parent = <&mpic>;
  	nxp,external-clock-frequency = <16000000>;
  };

See also Documentation/powerpc/dts-bindings/can/sja1000.txt.

CC: devicetree-discuss@ozlabs.org
Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-06-01 02:53:35 -07:00
..
dts-bindings can: sja1000: generic OF platform bus driver 2009-06-01 02:53:35 -07:00
00-INDEX
booting-without-of.txt powerpc/of-device-tree: Factor MTD physmap bindings out of booting-without-of 2009-04-16 15:11:54 -06:00
bootwrapper.txt
cpu_features.txt documentation: update header file paths 2009-01-06 15:59:28 -08:00
eeh-pci-error-recovery.txt
hvcs.txt
kvm_440.txt
mpc52xx.txt
phyp-assisted-dump.txt
qe_firmware.txt
sound.txt
zImage_layout.txt