ARM: dts: BCM5301X: Relicense Christian's code to the GPL 2.0+ / MIT
authorRafał Miłecki <rafal@milecki.pl>
Mon, 5 Jun 2023 06:10:49 +0000 (08:10 +0200)
committerFlorian Fainelli <florian.fainelli@broadcom.com>
Tue, 6 Jun 2023 16:47:00 +0000 (09:47 -0700)
Move code added by Christian to the bcm-ns.dtsi which uses dual
licensing. That syncs more Northstar code to be based on the same
licensing schema.

Cc: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Acked-by: Christian Lamparter <chunkeey@gmail.com>
Link: https://lore.kernel.org/r/20230605061049.16136-1-zajec5@gmail.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
arch/arm/boot/dts/bcm-ns.dtsi
arch/arm/boot/dts/bcm5301x.dtsi

index 793891f..d9455b3 100644 (file)
                        reg = <0x00013000 0x1000>;
                };
 
+               pcie2: pcie@14000 {
+                       reg = <0x00014000 0x1000>;
+               };
+
                usb2: usb2@21000 {
                        reg = <0x00021000 0x1000>;
 
                };
        };
 
+       pwm: pwm@18002000 {
+               compatible = "brcm,iproc-pwm";
+               reg = <0x18002000 0x28>;
+               clocks = <&osc>;
+               #pwm-cells = <3>;
+               status = "disabled";
+       };
+
        mdio: mdio@18003000 {
                compatible = "brcm,iproc-mdio";
                reg = <0x18003000 0x8>;
                };
        };
 
+       uart2: serial@18008000 {
+               compatible = "ns16550a";
+               reg = <0x18008000 0x20>;
+               clocks = <&iprocslow>;
+               interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
+               reg-shift = <2>;
+               status = "disabled";
+       };
+
        dmu-bus@1800c000 {
                compatible = "simple-bus";
                ranges = <0 0x1800c000 0x1000>;
index 0f40812..600a1b5 100644 (file)
                };
        };
 
-       axi@18000000 {
-               pcie2: pcie@14000 {
-                       reg = <0x00014000 0x1000>;
-               };
-       };
-
-       pwm: pwm@18002000 {
-               compatible = "brcm,iproc-pwm";
-               reg = <0x18002000 0x28>;
-               clocks = <&osc>;
-               #pwm-cells = <3>;
-               status = "disabled";
-       };
-
        mdio-mux@18003000 {
                compatible = "mdio-mux-mmioreg", "mdio-mux";
                mdio-parent-bus = <&mdio>;
                reg = <0x18105000 0x1000>;
        };
 
-       uart2: serial@18008000 {
-               compatible = "ns16550a";
-               reg = <0x18008000 0x20>;
-               clocks = <&iprocslow>;
-               interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
-               reg-shift = <2>;
-               status = "disabled";
-       };
-
        i2c0: i2c@18009000 {
                compatible = "brcm,iproc-i2c";
                reg = <0x18009000 0x50>;