1 // SPDX-License-Identifier: GPL-2.0
5 compatible = "cdns,xtensa-iss";
8 interrupt-parent = <&pic>;
11 bootargs = "console=ttyS0,115200n8 debug";
15 device_type = "memory";
16 reg = <0x00000000 0x80000000>;
23 compatible = "cdns,xtensa-cpu";
32 compatible = "fixed-clock";
33 clock-frequency = <40000000>;
38 compatible = "cdns,xtensa-pic";
39 /* one cell: internal irq number,
40 * two cells: second cell == 0: internal irq number
41 * second cell == 1: external irq number
44 #interrupt-cells = <2>;
49 compatible = "pci-host-ecam-generic";
53 #interrupt-cells = <0x1>;
55 bus-range = <0x0 0x3e>;
56 reg = <0xf0100000 0x03f00000>;
58 // BUS_ADDRESS(3) CPU_PHYSICAL(1) SIZE(2)
59 ranges = <0x01000000 0x0 0x00000000 0xf0000000 0x0 0x00010000>,
60 <0x02000000 0x0 0xf4000000 0xf4000000 0x0 0x08000000>;
62 // PCI_DEVICE(3) INT#(1) CONTROLLER(PHANDLE) CONTROLLER_DATA(2)
64 0x0000 0x0 0x0 0x1 &pic 0x0 0x1
65 0x0800 0x0 0x0 0x1 &pic 0x1 0x1
66 0x1000 0x0 0x0 0x1 &pic 0x2 0x1
67 0x1800 0x0 0x0 0x1 &pic 0x3 0x1
70 interrupt-map-mask = <0x1800 0x0 0x0 0x7>;