1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * AmigaOne Device Tree Source
5 * Copyright 2008 Gerhard Pircher (gerhard_pircher@gmx.net)
12 compatible = "eyetech,amigaone";
25 d-cache-line-size = <32>; // 32 bytes
26 i-cache-line-size = <32>; // 32 bytes
27 d-cache-size = <32768>; // L1, 32K
28 i-cache-size = <32768>; // L1, 32K
29 timebase-frequency = <0>; // 33.3 MHz, from U-boot
30 clock-frequency = <0>; // From U-boot
31 bus-frequency = <0>; // From U-boot
36 device_type = "memory";
37 reg = <0 0>; // From U-boot
42 compatible = "mai-logic,articia-s";
43 bus-frequency = <33333333>;
45 ranges = <0x01000000 0 0x00000000 0xfe000000 0 0x00c00000 // PCI I/O
46 0x02000000 0 0x80000000 0x80000000 0 0x7d000000 // PCI memory
47 0x02000000 0 0x00000000 0xfd000000 0 0x01000000>; // PCI alias memory (ISA)
48 // Configuration address and data register.
51 8259-interrupt-acknowledge = <0xfef00000>;
52 // Do not define a interrupt-parent here, if there is no
53 // interrupt-map property.
59 compatible = "pciclass,0601";
60 vendor-id = <0x00001106>;
61 device-id = <0x00000686>;
62 revision-id = <0x00000010>;
63 class-code = <0x00060100>;
65 subsystem-vendor-id = <0>;
66 devsel-speed = <0x00000001>;
69 /* First 4k for I/O at 0x0 on PCI mapped to 0x0 on ISA. */
70 ranges = <0x00000001 0 0x01000000 0 0x00000000 0x00001000>;
71 interrupt-parent = <&i8259>;
72 #interrupt-cells = <2>;
77 compatible = "pnpPNP,200";
78 reg = <1 0x00000000 0x00000020
79 1 0x00000080 0x00000010
80 1 0x000000c0 0x00000020>;
83 i8259: interrupt-controller@20 {
84 device_type = "interrupt-controller";
85 compatible = "pnpPNP,000";
87 reg = <1 0x00000020 0x00000002
88 1 0x000000a0 0x00000002
89 1 0x000004d0 0x00000002>;
90 reserved-interrupts = <2>;
91 #interrupt-cells = <2>;
95 // Also adds pcspkr to platform devices.
96 compatible = "pnpPNP,100";
97 reg = <1 0x00000040 0x00000020>;
101 device_type = "8042";
102 reg = <1 0x00000060 0x00000001
103 1 0x00000064 0x00000001>;
104 interrupts = <1 3 12 3>;
105 #address-cells = <1>;
109 compatible = "pnpPNP,303";
114 compatible = "pnpPNP,f03";
120 compatible = "pnpPNP,b00";
121 reg = <1 0x00000070 0x00000002>;
126 device_type = "serial";
127 compatible = "pnpPNP,501","pnpPNP,500";
128 reg = <1 0x000003f8 0x00000008>;
130 clock-frequency = <1843200>;
131 current-speed = <115200>;
135 device_type = "serial";
136 compatible = "pnpPNP,501","pnpPNP,500";
137 reg = <1 0x000002f8 0x00000008>;
139 clock-frequency = <1843200>;
140 current-speed = <115200>;
144 device_type = "parallel";
145 // No ECP support for now, otherwise add "pnpPNP,401".
146 compatible = "pnpPNP,400";
147 reg = <1 0x00000378 0x00000003
148 1 0x00000778 0x00000003>;
153 compatible = "pnpPNP,700";
154 reg = <1 0x000003f0 0x00000008>;
156 #address-cells = <1>;
167 stdout-path = "/pci@80000000/isa@7/serial@3f8";