bcm2711-rpi-400.dts 739 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. // SPDX-License-Identifier: GPL-2.0
  2. /dts-v1/;
  3. #include "bcm2711-rpi-4-b.dts"
  4. / {
  5. compatible = "raspberrypi,400", "brcm,bcm2711";
  6. model = "Raspberry Pi 400";
  7. chosen {
  8. /* 8250 auxiliary UART instead of pl011 */
  9. stdout-path = "serial1:115200n8";
  10. };
  11. leds {
  12. /delete-node/ led-act;
  13. led-pwr {
  14. gpios = <&gpio 42 GPIO_ACTIVE_HIGH>;
  15. };
  16. };
  17. gpio-poweroff {
  18. compatible = "gpio-poweroff";
  19. gpios = <&expgpio 5 GPIO_ACTIVE_HIGH>;
  20. };
  21. };
  22. &expgpio {
  23. gpio-line-names = "BT_ON",
  24. "WL_ON",
  25. "PWR_LED_OFF",
  26. "GLOBAL_RESET",
  27. "VDD_SD_IO_SEL",
  28. "GLOBAL_SHUTDOWN",
  29. "SD_PWR_ON",
  30. "SHUTDOWN_REQUEST";
  31. };
  32. &genet_mdio {
  33. clock-frequency = <1950000>;
  34. };
  35. &pm {
  36. /delete-property/ system-power-controller;
  37. };