brcm63xx: dtsi: add missing properties to cpu nodes

Mark them as cpu nodes and add the addresses.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 43455
master
Jonas Gorski 10 years ago
parent ef4f69adc0
commit d9a2c55806
  1. 5
      target/linux/brcm63xx/dts/bcm6318.dtsi
  2. 7
      target/linux/brcm63xx/dts/bcm63268.dtsi
  3. 5
      target/linux/brcm63xx/dts/bcm6328.dtsi
  4. 5
      target/linux/brcm63xx/dts/bcm6338.dtsi
  5. 5
      target/linux/brcm63xx/dts/bcm6345.dtsi
  6. 5
      target/linux/brcm63xx/dts/bcm6348.dtsi
  7. 7
      target/linux/brcm63xx/dts/bcm6358.dtsi
  8. 7
      target/linux/brcm63xx/dts/bcm6362.dtsi
  9. 7
      target/linux/brcm63xx/dts/bcm6368.dtsi

@ -4,8 +4,13 @@
compatible = "brcm,bcm6318";
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 {
compatible = "brcm,bmips3300", "mips,mips4Kc";
device_type = "cpu";
reg = <0>;
};
};

@ -4,12 +4,19 @@
compatible = "brcm,bcm63268";
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 {
compatible = "brcm,bmips4350", "mips,mips4Kc";
device_type = "cpu";
reg = <0>;
};
cpu@1 {
compatible = "brcm,bmips4350", "mips,mips4Kc";
device_type = "cpu";
reg = <1>;
};
};

@ -4,8 +4,13 @@
compatible = "brcm,bcm6328";
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 {
compatible = "brcm,bmips4350", "mips,mips4Kc";
device_type = "cpu";
reg = <0>;
};
};

@ -8,8 +8,13 @@
};
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 {
compatible = "brcm,bmips3300", "mips,mips4Kc";
device_type = "cpu";
reg = <0>;
};
};

@ -8,8 +8,13 @@
};
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 {
compatible = "brcm,bmips32", "mips,mips4Kc";
device_type = "cpu";
reg = <0>;
};
};

@ -8,8 +8,13 @@
};
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 {
compatible = "brcm,bmips3300", "mips,mips4Kc";
device_type = "cpu";
reg = <0>;
};
};

@ -8,12 +8,19 @@
};
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 {
compatible = "brcm,bmips4350", "mips,mips4Kc";
device_type = "cpu";
reg = <0>;
};
cpu@1 {
compatible = "brcm,bmips4350", "mips,mips4Kc";
device_type = "cpu";
reg = <1>;
};
};

@ -4,12 +4,19 @@
compatible = "brcm,bcm6362";
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 {
compatible = "brcm,bmips4350", "mips,mips4Kc";
device_type = "cpu";
reg = <0>;
};
cpu@1 {
compatible = "brcm,bmips4350", "mips,mips4Kc";
device_type = "cpu";
reg = <1>;
};
};

@ -8,12 +8,19 @@
};
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 {
compatible = "brcm,bmips4350", "mips,mips4Kc";
device_type = "cpu";
reg = <0>;
};
cpu@1 {
compatible = "brcm,bmips4350", "mips,mips4Kc";
device_type = "cpu";
reg = <0>;
};
};

Loading…
Cancel
Save