kuroboxHD.dts (5a2dd72abdae75ea2960145e0549635ce4e0be96) kuroboxHD.dts (f706bed1144e0fdad2b583549fc366afd4a1e9f1)
1/*
2 * Device Tree Souce for Buffalo KuroboxHD
3 *
4 * Choose CONFIG_LINKSTATION to build a kernel for KuroboxHD, or use
5 * the default configuration linkstation_defconfig.
6 *
7 * Based on sandpoint.dts
8 *

--- 70 unchanged lines hidden (view full) ---

79 compatible = "ricoh,rs5c372a";
80 reg = <0x32>;
81 };
82 };
83
84 serial0: serial@80004500 {
85 cell-index = <0>;
86 device_type = "serial";
1/*
2 * Device Tree Souce for Buffalo KuroboxHD
3 *
4 * Choose CONFIG_LINKSTATION to build a kernel for KuroboxHD, or use
5 * the default configuration linkstation_defconfig.
6 *
7 * Based on sandpoint.dts
8 *

--- 70 unchanged lines hidden (view full) ---

79 compatible = "ricoh,rs5c372a";
80 reg = <0x32>;
81 };
82 };
83
84 serial0: serial@80004500 {
85 cell-index = <0>;
86 device_type = "serial";
87 compatible = "ns16550";
87 compatible = "fsl,ns16550", "ns16550";
88 reg = <0x80004500 0x8>;
89 clock-frequency = <97553800>;
90 current-speed = <9600>;
91 interrupts = <9 0>;
92 interrupt-parent = <&mpic>;
93 };
94
95 serial1: serial@80004600 {
96 cell-index = <1>;
97 device_type = "serial";
88 reg = <0x80004500 0x8>;
89 clock-frequency = <97553800>;
90 current-speed = <9600>;
91 interrupts = <9 0>;
92 interrupt-parent = <&mpic>;
93 };
94
95 serial1: serial@80004600 {
96 cell-index = <1>;
97 device_type = "serial";
98 compatible = "ns16550";
98 compatible = "fsl,ns16550", "ns16550";
99 reg = <0x80004600 0x8>;
100 clock-frequency = <97553800>;
101 current-speed = <57600>;
102 interrupts = <10 0>;
103 interrupt-parent = <&mpic>;
104 };
105
106 mpic: interrupt-controller@80040000 {

--- 41 unchanged lines hidden ---
99 reg = <0x80004600 0x8>;
100 clock-frequency = <97553800>;
101 current-speed = <57600>;
102 interrupts = <10 0>;
103 interrupt-parent = <&mpic>;
104 };
105
106 mpic: interrupt-controller@80040000 {

--- 41 unchanged lines hidden ---