This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /dts-v1/; | |
| /memreserve/ 0x0000000048000000 0x0000000001000000; | |
| /memreserve/ 0x0000000048100000 0x0000000000100000; | |
| / { | |
| model = "sun50iw10"; | |
| compatible = "allwinner,a133\0arm,sun50iw10p1"; | |
| interrupt-parent = <0x01>; | |
| #address-cells = <0x02>; | |
| #size-cells = <0x02>; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /dts-v1/; | |
| / { | |
| compatible = "rockchip,rk3566-miyoo-355-v10-linux\0rockchip,rk3566"; | |
| interrupt-parent = <0x01>; | |
| #address-cells = <0x02>; | |
| #size-cells = <0x02>; | |
| model = "MIYOO RK3566 355 V10 Board"; | |
| ddr3-params { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # add to ~/.zshrc | |
| function phony() { | |
| local MAKEFILE="makefile" | |
| if [[ -n "$1" ]]; then | |
| MAKEFILE="$1" | |
| if [[ ! -f "$FILE" ]]; then | |
| echo "phony: makefile '$MAKEFILE' not found." >&2 | |
| return 1 | |
| fi | |
| fi |
OlderNewer