~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal-proposed

« back to all changes in this revision

Viewing changes to arch/powerpc/boot/dts/tqm8xx.dts

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft, Andy Whitcroft
  • Date: 2012-06-21 09:16:38 UTC
  • Revision ID: package-import@ubuntu.com-20120621091638-gubhv4nox8xez1ct
Tags: 3.5.0-1.1
[ Andy Whitcroft]

* Rebuild lowlatency against Ubuntu-3.5.0-1.1
* All new configuration system to allow configuration deltas to be
  exposed via debian.lowlatency/config-delta

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
 
58
58
                ranges = <
59
59
                        0x0 0x0 0x40000000 0x800000
 
60
                        0x3 0x0 0xc0000000 0x200
60
61
                >;
61
62
 
62
63
                flash@0,0 {
67
68
                        bank-width = <4>;
68
69
                        device-width = <2>;
69
70
                };
 
71
 
 
72
                /* Note: CAN support needs be enabled in U-Boot */
 
73
                can@3,0 {
 
74
                        compatible = "intc,82527";
 
75
                        reg = <3 0x0 0x80>;
 
76
                        interrupts = <8 1>;
 
77
                        interrupt-parent = <&PIC>;
 
78
                        bosch,external-clock-frequency = <16000000>;
 
79
                        bosch,disconnect-rx1-input;
 
80
                        bosch,disconnect-tx1-output;
 
81
                        bosch,iso-low-speed-mux;
 
82
                        bosch,clock-out-frequency = <16000000>;
 
83
                };
 
84
 
 
85
                can@3,100 {
 
86
                        compatible = "intc,82527";
 
87
                        reg = <3 0x100 0x80>;
 
88
                        interrupts = <8 1>;
 
89
                        interrupt-parent = <&PIC>;
 
90
                        bosch,external-clock-frequency = <16000000>;
 
91
                        bosch,disconnect-rx1-input;
 
92
                        bosch,disconnect-tx1-output;
 
93
                        bosch,iso-low-speed-mux;
 
94
                };
70
95
        };
71
96
 
72
97
        soc@fff00000 {