1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 2 /dts-v1/; 3 #include "bcm2711-rpi-4-b.dts" 3 #include "bcm2711-rpi-4-b.dts" 4 4 5 / { 5 / { 6 compatible = "raspberrypi,400", "brcm, 6 compatible = "raspberrypi,400", "brcm,bcm2711"; 7 model = "Raspberry Pi 400"; 7 model = "Raspberry Pi 400"; 8 8 9 chosen { 9 chosen { 10 /* 8250 auxiliary UART instead 10 /* 8250 auxiliary UART instead of pl011 */ 11 stdout-path = "serial1:115200n 11 stdout-path = "serial1:115200n8"; 12 }; 12 }; 13 13 14 gpio-poweroff { 14 gpio-poweroff { 15 compatible = "gpio-poweroff"; 15 compatible = "gpio-poweroff"; 16 gpios = <&expgpio 5 GPIO_ACTIV 16 gpios = <&expgpio 5 GPIO_ACTIVE_HIGH>; 17 }; 17 }; 18 }; 18 }; 19 19 20 &expgpio { 20 &expgpio { 21 gpio-line-names = "BT_ON", 21 gpio-line-names = "BT_ON", 22 "WL_ON", 22 "WL_ON", 23 "PWR_LED_OFF", 23 "PWR_LED_OFF", 24 "GLOBAL_RESET", 24 "GLOBAL_RESET", 25 "VDD_SD_IO_SEL", 25 "VDD_SD_IO_SEL", 26 "GLOBAL_SHUTDOWN", 26 "GLOBAL_SHUTDOWN", 27 "SD_PWR_ON", 27 "SD_PWR_ON", 28 "SHUTDOWN_REQUEST"; 28 "SHUTDOWN_REQUEST"; 29 }; 29 }; 30 30 31 &genet_mdio { 31 &genet_mdio { 32 clock-frequency = <1950000>; 32 clock-frequency = <1950000>; 33 /delete-node/ leds; << 34 }; 33 }; 35 34 36 &led_pwr { 35 &led_pwr { 37 gpios = <&gpio 42 GPIO_ACTIVE_HIGH>; 36 gpios = <&gpio 42 GPIO_ACTIVE_HIGH>; 38 }; 37 }; 39 38 40 /delete-node/ &led_act; 39 /delete-node/ &led_act; 41 40 42 &pm { 41 &pm { 43 /delete-property/ system-power-control 42 /delete-property/ system-power-controller; 44 }; 43 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.