bcm6348-telsey-magic.dts 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. /dts-v1/;
  2. #include "bcm6348.dtsi"
  3. #include <dt-bindings/input/input.h>
  4. / {
  5. model = "Alice W-Gate";
  6. compatible = "telsey,magic", "brcm,bcm6348";
  7. chosen {
  8. bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
  9. stdout-path = "serial0:115200n8";
  10. };
  11. leds {
  12. compatible = "gpio-leds";
  13. power {
  14. label = "MAGIC:green:power";
  15. gpios = <&pinctrl 0 1>;
  16. default-state = "on";
  17. };
  18. stop {
  19. label = "MAGIC:green:stop";
  20. gpios = <&pinctrl 1 1>;
  21. };
  22. hpna {
  23. label = "MAGIC:green:hpna";
  24. gpios = <&pinctrl 4 1>;
  25. };
  26. status {
  27. label = "MAGIC:green:adsl";
  28. gpios = <&pinctrl 5 1>;
  29. };
  30. voip {
  31. label = "MAGIC:green:voip";
  32. gpios = <&pinctrl 22 1>;
  33. };
  34. wifi {
  35. label = "MAGIC:green:wifi";
  36. gpios = <&pinctrl 28 0>;
  37. };
  38. usb {
  39. label = "MAGIC:green:usb";
  40. gpios = <&pinctrl 35 1>;
  41. };
  42. };
  43. };
  44. &pflash {
  45. status = "ok";
  46. partitions {
  47. compatible = "fixed-partitions";
  48. #address-cells = <1>;
  49. #size-cells = <1>;
  50. cfe@0 {
  51. label = "CFE";
  52. reg = <0x000000 0x010000>;
  53. read-only;
  54. };
  55. linux@10000 {
  56. label = "linux";
  57. reg = <0x010000 0x3e0000>;
  58. compatible = "brcm,bcm963xx-imagetag";
  59. };
  60. nvram@3f0000 {
  61. label = "nvram";
  62. reg = <0x3f0000 0x010000>;
  63. };
  64. };
  65. };
  66. &pinctrl {
  67. pinctrl-names = "default";
  68. pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii &pinctrl_mii_pccard>;
  69. };
  70. &uart0 {
  71. status = "ok";
  72. };