hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/mips/boot/dts/lantiq/danube.dtsi
....@@ -10,12 +10,12 @@
1010 };
1111 };
1212
13
- biu@1F800000 {
13
+ biu@1f800000 {
1414 #address-cells = <1>;
1515 #size-cells = <1>;
1616 compatible = "lantiq,biu", "simple-bus";
17
- reg = <0x1F800000 0x800000>;
18
- ranges = <0x0 0x1F800000 0x7FFFFF>;
17
+ reg = <0x1f800000 0x800000>;
18
+ ranges = <0x0 0x1f800000 0x7fffff>;
1919
2020 icu0: icu@80200 {
2121 #interrupt-cells = <1>;
....@@ -24,18 +24,18 @@
2424 reg = <0x80200 0x120>;
2525 };
2626
27
- watchdog@803F0 {
27
+ watchdog@803f0 {
2828 compatible = "lantiq,wdt";
29
- reg = <0x803F0 0x10>;
29
+ reg = <0x803f0 0x10>;
3030 };
3131 };
3232
33
- sram@1F000000 {
33
+ sram@1f000000 {
3434 #address-cells = <1>;
3535 #size-cells = <1>;
3636 compatible = "lantiq,sram";
37
- reg = <0x1F000000 0x800000>;
38
- ranges = <0x0 0x1F000000 0x7FFFFF>;
37
+ reg = <0x1f000000 0x800000>;
38
+ ranges = <0x0 0x1f000000 0x7fffff>;
3939
4040 eiu0: eiu@101000 {
4141 #interrupt-cells = <1>;
....@@ -66,41 +66,41 @@
6666 #address-cells = <1>;
6767 #size-cells = <1>;
6868 compatible = "lantiq,fpi", "simple-bus";
69
- ranges = <0x0 0x10000000 0xEEFFFFF>;
70
- reg = <0x10000000 0xEF00000>;
69
+ ranges = <0x0 0x10000000 0xeefffff>;
70
+ reg = <0x10000000 0xef00000>;
7171
72
- gptu@E100A00 {
72
+ gptu@e100a00 {
7373 compatible = "lantiq,gptu-xway";
74
- reg = <0xE100A00 0x100>;
74
+ reg = <0xe100a00 0x100>;
7575 };
7676
77
- serial@E100C00 {
77
+ serial@e100c00 {
7878 compatible = "lantiq,asc";
79
- reg = <0xE100C00 0x400>;
79
+ reg = <0xe100c00 0x400>;
8080 interrupt-parent = <&icu0>;
8181 interrupts = <112 113 114>;
8282 };
8383
84
- dma0: dma@E104100 {
84
+ dma0: dma@e104100 {
8585 compatible = "lantiq,dma-xway";
86
- reg = <0xE104100 0x800>;
86
+ reg = <0xe104100 0x800>;
8787 };
8888
89
- ebu0: ebu@E105300 {
89
+ ebu0: ebu@e105300 {
9090 compatible = "lantiq,ebu-xway";
91
- reg = <0xE105300 0x100>;
91
+ reg = <0xe105300 0x100>;
9292 };
9393
94
- pci0: pci@E105400 {
94
+ pci0: pci@e105400 {
9595 #address-cells = <3>;
9696 #size-cells = <2>;
9797 #interrupt-cells = <1>;
9898 compatible = "lantiq,pci-xway";
9999 bus-range = <0x0 0x0>;
100100 ranges = <0x2000000 0 0x8000000 0x8000000 0 0x2000000 /* pci memory */
101
- 0x1000000 0 0x00000000 0xAE00000 0 0x200000>; /* io space */
101
+ 0x1000000 0 0x00000000 0xae00000 0 0x200000>; /* io space */
102102 reg = <0x7000000 0x8000 /* config space */
103
- 0xE105400 0x400>; /* pci bridge */
103
+ 0xe105400 0x400>; /* pci bridge */
104104 };
105105 };
106106 };